diff --git a/CHANGELOG.md b/CHANGELOG.md index 751e85cc74..2c8886a499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13) + + +### Bug Fixes + +* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143)) + # 1.0.0 (2018-06-13) diff --git a/package-lock.json b/package-lock.json index a583140229..a174bfe900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freecodecamp/curriculum", - "version": "1.0.0", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea3596b28b..7179f0a584 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/freeCodeCamp/curriculum/issues" }, - "version": "1.0.0", + "version": "1.1.3", "main": "dist/index.js", "scripts": { "build": "npm run build:js && npm run build:json",