diff --git a/.changeset/swift-eels-drum.md b/.changeset/swift-eels-drum.md deleted file mode 100644 index 6c09ea8..0000000 --- a/.changeset/swift-eels-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ciolabs/html-mod': patch ---- - -Update experimental version to have same API as standard diff --git a/packages/html-mod/CHANGELOG.md b/packages/html-mod/CHANGELOG.md index 494000a..60c148f 100644 --- a/packages/html-mod/CHANGELOG.md +++ b/packages/html-mod/CHANGELOG.md @@ -1,5 +1,11 @@ # @ciolabs/html-mod +## 0.1.1 + +### Patch Changes + +- [#31](https://github.com/customerio/ciolabs/pull/31) [`de38bfc`](https://github.com/customerio/ciolabs/commit/de38bfcce588ce365d4a89028e27b626435d5234) Thanks [@avigoldman](https://github.com/avigoldman)! - Update experimental version to have same API as standard + ## 0.1.0 ### Minor Changes diff --git a/packages/html-mod/package.json b/packages/html-mod/package.json index c76552d..bec6f2a 100644 --- a/packages/html-mod/package.json +++ b/packages/html-mod/package.json @@ -1,6 +1,6 @@ { "name": "@ciolabs/html-mod", - "version": "0.1.0", + "version": "0.1.1", "description": "Manipulate HTML strings with a Browser-like API", "author": "Customer.io ", "license": "Apache-2.0 WITH Commons-Clause",