Skip to content

Commit

Permalink
chore(release): 1.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.3](v1.10.2...v1.10.3) (2023-10-20)

### Bug Fixes

* bundle fix for CommonJS ([d9f81b0](d9f81b0))
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent 98fc0cf commit 6c04f2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.3](https://github.com/KiraLT/common-stuff/compare/v1.10.2...v1.10.3) (2023-10-20)


### Bug Fixes

* bundle fix for CommonJS ([d9f81b0](https://github.com/KiraLT/common-stuff/commit/d9f81b03757b85307f2daa5bdbd33e05bcf2a8ca))

## [1.10.2](https://github.com/KiraLT/common-stuff/compare/v1.10.1...v1.10.2) (2023-10-15)


Expand Down
4 changes: 2 additions & 2 deletions 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": "common-stuff",
"version": "1.10.2",
"version": "1.10.3",
"description": "Collection of common helpers and utils for both JavaScript and NodeJS with TypeScript support",
"keywords": [
"common stuff",
Expand Down

0 comments on commit 6c04f2f

Please sign in to comment.