diff --git a/CHANGELOG.md b/CHANGELOG.md index 870efa6839..38e55edf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +### 7.1.0 (March 18, 2019) + +* Update Modernizr to 3.7.1 ([#2121](https://github.com/h5bp/html5-boilerplate/pull/2121)) +* Update Analytics docs and snippet ([#2118](https://github.com/h5bp/html5-boilerplate/pull/2118)) +* Minor docs updates ([#2115](https://github.com/h5bp/html5-boilerplate/pull/2115)) +* Minor devdeps updates ([#2114](https://github.com/h5bp/html5-boilerplate/pull/2114)) +* More succinct way of writing the IE conditional statement ([#2113](https://github.com/h5bp/html5-boilerplate/pull/2113)) + ### 7.0.1 (February 11, 2019) + * Bumps main.css to current version ([#2112](https://github.com/h5bp/html5-boilerplate/pull/2112)) ### 7.0.0 (February 8, 2019) diff --git a/dist/css/main.css b/dist/css/main.css index 48fe4ee85c..b86e50864d 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -1,4 +1,4 @@ -/*! HTML5 Boilerplate v7.1.1 | MIT License | https://html5boilerplate.com/ */ +/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */ /* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* diff --git a/package.json b/package.json index 492b84cf8d..526258fbfd 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", - "del": "^3.0.0", - "eslint": "^5.14.1", + "del": "^4.0.0", + "eslint": "^5.15.2", "eslint-config-recommended": "^4.0.0", "eslint-plugin-mocha": "^5.3.0", "glob": "^7.1.3", @@ -51,7 +51,7 @@ "build": "gulp build", "test": "gulp archive && mocha --require babel-core/register --reporter spec --timeout 5000" }, - "version": "7.1.1", + "version": "7.1.0", "description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.", "files": [ "CHANGELOG.md",