From ab141a4b96e22e6612f2fe0caa89dffca2ea6171 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2019 16:29:55 +0000 Subject: [PATCH] release(version): Release 1.2.0 [skip ci] # [1.2.0](https://github.com/arianacosta/poetic/compare/v1.1.0...v1.2.0) (2019-12-02) ### Bug Fixes * removes installation with npm and upgrades dependencies ([b410ffa](https://github.com/arianacosta/poetic/commit/b410ffada1de0fb5550002bbbcf91ed451f36eb4)) ### Chores * add semantic release workflow ([40e6e47](https://github.com/arianacosta/poetic/commit/40e6e47e88342eb5a1974c089759960bc98366fb)), closes [#33](https://github.com/arianacosta/poetic/issues/33) ### Continuous Integration * **release:** fix issue with protected branch ([#37](https://github.com/arianacosta/poetic/issues/37)) ([67c8980](https://github.com/arianacosta/poetic/commit/67c8980c9469e312917dbf78bcbb24b60126eca9)) ### Documentation * **contributing:** improve instructions for contributing ([35a4696](https://github.com/arianacosta/poetic/commit/35a46965008a877f3bc196a6308904d2f0e7362e)) ### Features * simplify installation script ([#36](https://github.com/arianacosta/poetic/issues/36)) ([ab52404](https://github.com/arianacosta/poetic/commit/ab524046157fa0e04b0030d324595e99d37932e8)) ### Miscellaneous * Adds support for both yarn and npm. (#22) ([8caa239](https://github.com/arianacosta/poetic/commit/8caa239280089bd12efbeab911173d35b80b41ff)), closes [#22](https://github.com/arianacosta/poetic/issues/22) * updated readme ([01f2c32](https://github.com/arianacosta/poetic/commit/01f2c323f18a902ba8afdda24b21fe0862e0147b)) --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b40b849 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# [1.2.0](https://github.com/arianacosta/poetic/compare/v1.1.0...v1.2.0) (2019-12-02) + + +### Bug Fixes + +* removes installation with npm and upgrades dependencies ([b410ffa](https://github.com/arianacosta/poetic/commit/b410ffada1de0fb5550002bbbcf91ed451f36eb4)) + + +### Chores + +* add semantic release workflow ([40e6e47](https://github.com/arianacosta/poetic/commit/40e6e47e88342eb5a1974c089759960bc98366fb)), closes [#33](https://github.com/arianacosta/poetic/issues/33) + + +### Continuous Integration + +* **release:** fix issue with protected branch ([#37](https://github.com/arianacosta/poetic/issues/37)) ([67c8980](https://github.com/arianacosta/poetic/commit/67c8980c9469e312917dbf78bcbb24b60126eca9)) + + +### Documentation + +* **contributing:** improve instructions for contributing ([35a4696](https://github.com/arianacosta/poetic/commit/35a46965008a877f3bc196a6308904d2f0e7362e)) + + +### Features + +* simplify installation script ([#36](https://github.com/arianacosta/poetic/issues/36)) ([ab52404](https://github.com/arianacosta/poetic/commit/ab524046157fa0e04b0030d324595e99d37932e8)) + + +### Miscellaneous + +* Adds support for both yarn and npm. (#22) ([8caa239](https://github.com/arianacosta/poetic/commit/8caa239280089bd12efbeab911173d35b80b41ff)), closes [#22](https://github.com/arianacosta/poetic/issues/22) +* updated readme ([01f2c32](https://github.com/arianacosta/poetic/commit/01f2c323f18a902ba8afdda24b21fe0862e0147b)) diff --git a/package-lock.json b/package-lock.json index 9cd8d44..52b5dfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "poetic", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7727640..6324aa4 100644 --- a/package.json +++ b/package.json @@ -71,5 +71,5 @@ "develop": "node scripts/develop.js", "upgrade:dependencies": "npx npm-check-updates -u" }, - "version": "1.1.0" + "version": "1.2.0" }