From 8e64ce1a3b830c23f9175ab852eaddd16d015d22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Sep 2022 18:58:40 +0000 Subject: [PATCH] Version Packages --- .changeset/wild-olives-exercise.md | 5 ----- packages/runtime/CHANGELOG.md | 6 ++++++ packages/runtime/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wild-olives-exercise.md 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 ",