Skip to content

Commit

Permalink
0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Sep 27, 2024
1 parent 4e583b1 commit 4c57c86
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.0.33](https://github.com/bicycle-codes/dom/compare/v0.0.32...v0.0.33)

### Commits

- fix comment [`dcaaf24`](https://github.com/bicycle-codes/dom/commit/dcaaf24bb27b6a2fdd6b2f1c275a7858dd94df50)
- fix types [`4e583b1`](https://github.com/bicycle-codes/dom/commit/4e583b1bfaaaa684b11167e9d2a9a5e5a501470f)
- changelog [`ae8239e`](https://github.com/bicycle-codes/dom/commit/ae8239ecc1c0e23800f07f7ae61c4c3f8a49a270)

## [v0.0.32](https://github.com/bicycle-codes/dom/compare/v0.0.31...v0.0.32) - 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.32",
"version": "0.0.33",
"main": "dist/index.js",
"files": [
"./dist/*"
Expand Down

0 comments on commit 4c57c86

Please sign in to comment.