Skip to content

Commit 15957a0

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.7...v1.1.0) (2024-11-20) ### Bug Fixes * fix broken typedoc ([e850d55](e850d55)) ### Features * add SharedPonyfill class to address [#9](#9) ([2a7a143](2a7a143))
1 parent e850d55 commit 15957a0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/okikio/sharedworker/compare/v1.0.7...v1.1.0) (2024-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* fix broken typedoc ([e850d55](https://github.com/okikio/sharedworker/commit/e850d55f81b5fe4a58d03712e79acb102cec550b))
7+
8+
9+
### Features
10+
11+
* add SharedPonyfill class to address [#9](https://github.com/okikio/sharedworker/issues/9) ([2a7a143](https://github.com/okikio/sharedworker/commit/2a7a14347de8cf5a663f7d512acf77c0f6d90cb5))
12+
113
## [1.0.7](https://github.com/okikio/sharedworker/compare/v1.0.6...v1.0.7) (2024-2-1)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okikio/sharedworker",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"type": "module",
55
"sideEffects": false,
66
"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.",

0 commit comments

Comments
 (0)