diff --git a/CHANGELOG.md b/CHANGELOG.md index d34825a3..0661bba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [HEAD](https://github.com/LotusTM/Kotsu/compare/v1.14.1...HEAD) +## [HEAD](https://github.com/LotusTM/Kotsu/compare/v1.15.0...HEAD) + +## [1.15.0](https://github.com/LotusTM/Kotsu/compare/v1.14.1...v1.15.0) - 2019-08-06 ### Added - [scripts][grunt][tasks] Added basic service worker with Network-first caching strategy, all related scripts and JSPM Grunt configuration. [#384](https://github.com/LotusTM/Kotsu/issues/384) diff --git a/package-lock.json b/package-lock.json index c3521ca8..2059ddb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kotsu", - "version": "1.14.1", + "version": "1.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e8c466d..6339d664 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kotsu", - "version": "1.14.1", + "version": "1.15.0", "description": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before", "homepage": "https://kotsu.2bad.me", "author": "LotusTM (https://github.com/LotusTM)", @@ -164,4 +164,4 @@ "jspm_packages/**" ] } -} \ No newline at end of file +}