Skip to content

Commit 5f2f5fc

Browse files
committed
chore(release): v0.4.0
1 parent bd98905 commit 5f2f5fc

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [0.4.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.3.0...v0.4.0) (2023-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **npm:** fix types path ([74f70ed](https://github.com/heap-code/concurrency-synchronization/commit/74f70ede37d7558d656fa67e6b9c39dfbb4feded))
9+
10+
11+
### Features
12+
13+
* **cdn:** add UMD bundle ([882e433](https://github.com/heap-code/concurrency-synchronization/commit/882e43382d7c59c1a67b465b73c6cae587dfa79d)), closes [#7](https://github.com/heap-code/concurrency-synchronization/issues/7)
14+
315
# [0.3.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.2.2...v0.3.0) (2023-06-26)
416

517

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ this package can easily be used in browsers like this:
4949
>
5050
> ```html
5151
> <script
52-
> src="https://cdn.jsdelivr.net/npm/@heap-code/concurrency-synchronization@0.0.0/dist/bundles/concurrency-synchronization.umd.min.js"
52+
> src="https://cdn.jsdelivr.net/npm/@heap-code/concurrency-synchronization@0.4.0/dist/bundles/concurrency-synchronization.umd.min.js"
5353
> type="application/javascript"
5454
> ></script>
5555
> ```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@
9090
"test:watch": "npm run test -- --watch"
9191
},
9292
"types": "./dist/types/index.d.ts",
93-
"version": "0.3.0"
93+
"version": "0.4.0"
9494
}

0 commit comments

Comments
 (0)