Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-09-11)

### Bug Fixes

* **release:** add missing dependencies ([5b1351b](5b1351b))

### chore

* **refactor:** major refactor ([badb75b](badb75b))

### BREAKING CHANGES

* **refactor:** major refactor
  • Loading branch information
semantic-release-bot committed Sep 11, 2020
1 parent 5b1351b commit a41c8bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [2.0.0](https://github.com/spudly/pushpop/compare/v1.0.0...v2.0.0) (2020-09-11)


### Bug Fixes

* **release:** add missing dependencies ([5b1351b](https://github.com/spudly/pushpop/commit/5b1351b7871917f1cd18652e235a97c16597d5f6))


### chore

* **refactor:** major refactor ([badb75b](https://github.com/spudly/pushpop/commit/badb75bfc09ef335a9b525aeb9b45ff560120d5a))


### BREAKING CHANGES

* **refactor:** major refactor
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spudly/pushpop",
"version": "0.0.0",
"version": "2.0.0",
"main": "build/index.js",
"files": [
"index.js",
Expand Down

0 comments on commit a41c8bd

Please sign in to comment.