Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2023-12-13)

### Bug Fixes

* release the fixed version to npm ([04fc9ce](04fc9ce))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 04fc9ce commit f2a06c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.6](https://github.com/okikio/sharedworker/compare/v1.0.5...v1.0.6) (2023-12-13)


### Bug Fixes

* release the fixed version to npm ([04fc9ce](https://github.com/okikio/sharedworker/commit/04fc9ce02e086d94045e5ad2eaffc4ae35872875))

## [1.0.5](https://github.com/okikio/sharedworker/compare/v1.0.4...v1.0.5) (2023-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okikio/sharedworker",
"version": "1.0.4",
"version": "1.0.6",
"type": "module",
"sideEffects": false,
"description": "A small mostly spec. compliant polyfill/ponyfill for SharedWorkers, it acts as a drop in replacement for normal Workers, and supports an API surface that matches normal Workers.",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
[
[
"@semantic-release/github",
{
"assets": [
Expand Down

0 comments on commit f2a06c0

Please sign in to comment.