Skip to content

Commit 1aaa55a

Browse files
committed
chore(release): v1.0.0
1 parent a717583 commit 1aaa55a

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
# [1.0.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.4.0...v1.0.0) (2023-06-27)
4+
5+
6+
### Documentation
7+
8+
* add `import` in examples ([c7752f5](https://github.com/heap-code/concurrency-synchronization/commit/c7752f59fa17a867a15f3e19775ee6034ece3037))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* First version of this package
14+
315
# [0.4.0](https://github.com/heap-code/concurrency-synchronization/compare/v0.3.0...v0.4.0) (2023-06-27)
416

517

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@0.4.0/dist/bundles/concurrency-synchronization.umd.min.js"
52+
> src="https://cdn.jsdelivr.net/npm/@heap-code/concurrency-synchronization@1.0.0/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": "0.4.0"
93+
"version": "1.0.0"
9494
}

0 commit comments

Comments
 (0)