Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed May 4, 2021
1 parent ac7ccb6 commit 151f2e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.1.0](https://github.com/jeanlescure/short-unique-id/compare/v4.0.2...v4.1.0) (2021-05-04)


### Bug Fixes

* wrong image address ([ac7ccb6](https://github.com/jeanlescure/short-unique-id/commit/ac7ccb600dedfcaccbde2cfd7aca2047262dc440))

### [4.0.2](https://github.com/jeanlescure/short-unique-id/compare/v4.0.1...v4.0.2) (2021-05-04)

### [4.0.1](https://github.com/jeanlescure/short-unique-id/compare/v4.0.0...v4.0.1) (2021-05-04)
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "short-unique-id",
"version": "4.0.2",
"version": "4.1.0",
"description": "Generate random or sequential UUID of any length",
"keywords": [
"short",
Expand Down Expand Up @@ -29,6 +29,11 @@
"build": "scripty",
"release": "standard-version"
},
"standard-version": {
"scripts": {
"postbump": "yarn build"
}
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.2.1",
Expand Down

0 comments on commit 151f2e5

Please sign in to comment.