diff --git a/.changeset/wild-olives-exercise.md b/.changeset/wild-olives-exercise.md deleted file mode 100644 index 1c04ab8a..00000000 --- a/.changeset/wild-olives-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsplus/runtime": patch ---- - -Add Encoder, Guard and Decoder diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index dde3d40f..e1a0c472 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsplus/runtime +## 0.1.8 + +### Patch Changes + +- [#205](https://github.com/ts-plus/stdlib/pull/205) [`4764ae5`](https://github.com/ts-plus/stdlib/commit/4764ae5122e0a674e6fa05958dca63f7d100a3da) Thanks [@tstelzer](https://github.com/tstelzer)! - Add Encoder, Guard and Decoder + ## 0.1.7 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index fa2cf499..4741694d 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@tsplus/runtime", - "version": "0.1.7", + "version": "0.1.8", "type": "module", "repository": "https://github.com/ts-plus/stdlib.git", "author": "Michael Arnaldi ",