diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1b78267..8f2f083 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,5 @@ +* 0.0.5 + * First functional version ;-) * 0.0.4 * Fixed an issue with Gulp and Babel * 0.0.3 diff --git a/README.md b/README.md index a8e5348..bc6c454 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ First configure the required dependencies in your package.json file: * ensure that you also have gulp in your devDependencies section * (optional) also add babel/babel-core -Next, create or edit your gulpfile.babel.js file (or gulpfile.js if you're still using ES5). To leverage the Modern Web Dev Build, you only need the following: +Next, create or edit your gulpfile.babel.js file (or gulpfile.js if you're still using ES5). To leverage the Modern Web Dev Build, you only need the following: ``` "use strict"; @@ -148,6 +148,7 @@ The project includes multiple configuration files. Here's some information about * edit the version in package.json * respect semver * update CHANGELOG.MD +* commit * git tag * git push --tags * draft the release on GitHub (add description, etc) diff --git a/package.json b/package.json index 99650e5..180ab02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-web-dev-build", "description": "Modern Web Development Build.", - "version": "0.0.4", + "version": "0.0.5", "author": { "name": "Sebastien Dubois", "email": "seb@dsebastien.net",