Skip to content

Commit

Permalink
v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Feb 14, 2022
1 parent f9ba21f commit ccf4d71
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.1](https://github.com/izatop/bunt/compare/v0.23.0...v0.23.1) (2022-02-14)


### Bug Fixes

* cors ([f9ba21f](https://github.com/izatop/bunt/commit/f9ba21f521664f1f7e5b921287bd24b9079584aa))





# [0.23.0](https://github.com/izatop/bunt/compare/v0.22.1...v0.23.0) (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"stream": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.23.0"
"version": "0.23.1"
}
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.1](https://github.com/izatop/bunt/compare/v0.23.0...v0.23.1) (2022-02-14)


### Bug Fixes

* cors ([f9ba21f](https://github.com/izatop/bunt/commit/f9ba21f521664f1f7e5b921287bd24b9079584aa))





# [0.23.0](https://github.com/izatop/bunt/compare/v0.22.1...v0.23.0) (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/web",
"version": "0.23.0",
"version": "0.23.1",
"keywords": [
"typescript"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.1](https://github.com/izatop/bunt/compare/v0.23.0...v0.23.1) (2022-02-14)

**Note:** Version bump only for package @bunt/ws





# [0.23.0](https://github.com/izatop/bunt/compare/v0.22.1...v0.23.0) (2022-02-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/ws",
"version": "0.23.0",
"version": "0.23.1",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -29,7 +29,7 @@
"@bunt/app": "^0.23.0",
"@bunt/unit": "^0.23.0",
"@bunt/util": "^0.23.0",
"@bunt/web": "^0.23.0",
"@bunt/web": "^0.23.1",
"@types/ws": "^8.2.2",
"ws": "^8.5.0"
},
Expand Down

0 comments on commit ccf4d71

Please sign in to comment.