Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Sep 28, 2024
1 parent 4df3f36 commit 436966a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.1.0](https://github.com/bicycle-codes/dom/compare/v0.0.33...v0.1.0)

### Commits

- fix docs [`366d4b9`](https://github.com/bicycle-codes/dom/commit/366d4b9d01739a9a3627fd8f1eeebbb9f2771c4c)
- better api for `waitFor` [`c49649d`](https://github.com/bicycle-codes/dom/commit/c49649d8204f9f955b18ce41dea88c0242cd5629)
- add a test [`4df3f36`](https://github.com/bicycle-codes/dom/commit/4df3f3699ae84083c3fde0db9b42766a55ab565a)

## [v0.0.33](https://github.com/bicycle-codes/dom/compare/v0.0.32...v0.0.33) - 2024-09-27

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Helpers for working with the DOM",
"private": false,
"type": "module",
"version": "0.0.33",
"version": "0.1.0",
"main": "dist/index.js",
"files": [
"./dist/*"
Expand Down

0 comments on commit 436966a

Please sign in to comment.