Skip to content

Commit

Permalink
release(version): Release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2019-12-02)

### Bug Fixes

* removes installation with npm and upgrades dependencies ([b410ffa](b410ffa))

### Chores

* add semantic release workflow ([40e6e47](40e6e47)), closes [#33](#33)

### Continuous Integration

* **release:** fix issue with protected branch ([#37](#37)) ([67c8980](67c8980))

### Documentation

* **contributing:** improve instructions for contributing ([35a4696](35a4696))

### Features

* simplify installation script ([#36](#36)) ([ab52404](ab52404))

### Miscellaneous

* Adds support for both yarn and npm. (#22) ([8caa239](8caa239)), closes [#22](#22)
* updated readme ([01f2c32](01f2c32))
  • Loading branch information
semantic-release-bot committed Dec 2, 2019
1 parent 67c8980 commit ab141a4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@
"develop": "node scripts/develop.js",
"upgrade:dependencies": "npx npm-check-updates -u"
},
"version": "1.1.0"
"version": "1.2.0"
}

0 comments on commit ab141a4

Please sign in to comment.