Skip to content

Commit eb5caa0

Browse files
committed
chore(release): v1.0.1
1 parent daf9f8a commit eb5caa0

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/heap-code/concurrency-synchronization/compare/v1.0.0...v1.0.1) (2023-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **cdn:** add UMD to the global build command ([daf9f8a](https://github.com/heap-code/concurrency-synchronization/commit/daf9f8ab197c4190b07dd7fdd07a60c3074181ee))
9+
310
# [1.0.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.4.0...v1.0.0) (2023-06-27)
411

512

README.md

Lines changed: 1 addition & 1 deletion
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@1.0.0/dist/bundles/concurrency-synchronization.umd.min.js"
52+
> src="https://cdn.jsdelivr.net/npm/@heap-code/concurrency-synchronization@1.0.1/dist/bundles/concurrency-synchronization.umd.min.js"
5353
> type="application/javascript"
5454
> ></script>
5555
> ```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "1.0.0"
93+
"version": "1.0.1"
9494
}

0 commit comments

Comments
 (0)