Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2020-11-16)

### Features

* test for alpha ([cefcfa4](cefcfa4))
* test for beta ([3a8c36e](3a8c36e))
* test for next ([dbeae55](dbeae55))

### BREAKING CHANGES

* test for alpha
  • Loading branch information
semantic-release-bot committed Nov 16, 2020
1 parent dbeae55 commit 0fe8891
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v3.0.0...v4.0.0) (2020-11-16)


### Features

* test for alpha ([cefcfa4](https://github.com/cycjimmy/hello-github-package-npm/commit/cefcfa485c3886d4c7a609223d6516ce1f81e5b2))
* test for beta ([3a8c36e](https://github.com/cycjimmy/hello-github-package-npm/commit/3a8c36e3175e81e162fdcbf790e3da1e33fd5bf8))
* test for next ([dbeae55](https://github.com/cycjimmy/hello-github-package-npm/commit/dbeae55890193f536d3874c69bf84a56698d038d))


### BREAKING CHANGES

* test for alpha

# [4.0.0-beta.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v3.0.0...v4.0.0-beta.1) (2020-11-16)


Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "@cycjimmy/hello-github-package-npm",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "hello github package npm",
"main": "dist/hello-world.cjs.js",
"module": "dist/hello-world.esm.js",
Expand Down

0 comments on commit 0fe8891

Please sign in to comment.