diff --git a/.gitignore b/.gitignore index 51d5bd0..c681168 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ node_modules bower_components assets/sass/vendor tests - +package-lock.json *.map -**/*.map \ No newline at end of file +**/*.map diff --git a/CHANGELOG.md b/CHANGELOG.md index 1061df0..e3b5a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # barebones changelog +## 2.0.6 +* Add package-lock.json to gitignore for npm 5+ + ## 2.0.5 * Use filetime() for asset revisions as it's more compatible and easier to support. diff --git a/package.json b/package.json index 5cd3513..1cbe4d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "barebones", - "version": "2.0.5", + "version": "2.0.6", "author": "Benchmark Studios", "description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond", "license": "MIT",