diff --git a/.changeset/lazy-onions-marry.md b/.changeset/lazy-onions-marry.md deleted file mode 100644 index d203a09..0000000 --- a/.changeset/lazy-onions-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oxidation-ts": patch ---- - -chore(deps): bump path-parse from 1.0.6 to 1.0.7 diff --git a/.changeset/unlucky-tools-talk.md b/.changeset/unlucky-tools-talk.md deleted file mode 100644 index 3e4b420..0000000 --- a/.changeset/unlucky-tools-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oxidation-ts": minor ---- - -feat: change api to use runtypes diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b61181..a2b7391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # oxidation-ts +## 0.1.0 + +### Minor Changes + +- [#5](https://github.com/DmitryDodzin/oxidation-ts/pull/5) [`3544fd6`](https://github.com/DmitryDodzin/oxidation-ts/commit/3544fd6446a442c177029a93521f2fa97ad1ca90) Thanks [@DmitryDodzin](https://github.com/DmitryDodzin)! - feat: change api to use runtypes + +### Patch Changes + +- [#7](https://github.com/DmitryDodzin/oxidation-ts/pull/7) [`c1e2a85`](https://github.com/DmitryDodzin/oxidation-ts/commit/c1e2a85b24c5ba662bcab802cb621c4e400426cd) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump path-parse from 1.0.6 to 1.0.7 + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index a692cc8..598db0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxidation-ts", - "version": "0.0.2", + "version": "0.1.0", "description": "oxidation-ts", "main": "./index.js", "types": "./index.d.ts",