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.1.2...v2.0.0) (2021-08-20)

### Features

* change to export only percentage value ([b87e0b5](b87e0b5))

### BREAKING CHANGES

* The values used to calculate the progress rate will not be disclosed.
  • Loading branch information
semantic-release-bot committed Aug 20, 2021
1 parent 095be73 commit 157d5f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/makotot/GhostUI/compare/v1.1.2...v2.0.0) (2021-08-20)


### Features

* change to export only percentage value ([b87e0b5](https://github.com/makotot/GhostUI/commit/b87e0b5d53e3065d3542b548650ed8cc5390ecd6))


### BREAKING CHANGES

* The values used to calculate the progress rate will not be disclosed.

## [1.1.2](https://github.com/makotot/GhostUI/compare/v1.1.1...v1.1.2) (2021-08-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,5 +1,5 @@
{
"version": "1.1.2",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 157d5f1

Please sign in to comment.