diff --git a/CHANGELOG.md b/CHANGELOG.md index 8386082..c383453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/hotepp/next-story/compare/1.1.1...1.2.0) (2022-07-06) + + +### Features + +* fix win32 sb paths; add swcMinify; update all dependencies ([0dfdb03](https://github.com/hotepp/next-story/commit/0dfdb031551ddfc2a1ebdd9f763a01de49f8ab09)) + + + ## [1.1.1](https://github.com/hotepp/next-story/compare/v1.1.0...v1.1.1) (2022-05-05) diff --git a/package-lock.json b/package-lock.json index 0b77b52..9cb2199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hotepp/next-story", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hotepp/next-story", - "version": "1.1.1", + "version": "1.2.0", "license": "ISC", "dependencies": { "bulma": "^0.9.4", diff --git a/package.json b/package.json index dc0f3e3..d6c015f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotepp/next-story", - "version": "1.1.1", + "version": "1.2.0", "description": "Create Next App coupled with Storybook and extended with linters, styles adjustments, pre-commit feature and more", "repository": { "type": "git",