From 436966a70169eff1902d12a73593a485739f577e Mon Sep 17 00:00:00 2001 From: nichoth Date: Sat, 28 Sep 2024 15:17:19 -0700 Subject: [PATCH] 0.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86248d3..0d4c2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e56d78d..93aba3d 100644 --- a/package.json +++ b/package.json @@ -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/*"