From 6117abb61a9797483ef73b7d421100d923c2e256 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:28:58 +0800 Subject: [PATCH] chore: release package (next) (#17) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c97f6a8..24d72e9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,8 +5,10 @@ "tyqs": "0.0.1-rc.2" }, "changesets": [ + "angry-foxes-tap", "grumpy-moose-turn", "loud-eggs-lick", + "nine-rockets-camp", "soft-buses-cover", "tidy-gorillas-refuse", "wise-pandas-notice" diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b3b2f..a61db8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-next.6 + +### Minor Changes + +- [#16](https://github.com/motss/tyqs/pull/16) [`ca44c86`](https://github.com/motss/tyqs/commit/ca44c863a0ed8aca71a6fc339e4f5f5cefed8e61) Thanks [@motss](https://github.com/motss)! - feat: add optional replacer function in stringify function + +- [#16](https://github.com/motss/tyqs/pull/16) [`ca44c86`](https://github.com/motss/tyqs/commit/ca44c863a0ed8aca71a6fc339e4f5f5cefed8e61) Thanks [@motss](https://github.com/motss)! - feat: add optional replacer function in parse function + ## 0.1.0-next.5 ### Patch Changes diff --git a/package.json b/package.json index 1cc8ff9..72e2e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tyqs", - "version": "0.1.0-next.5", + "version": "0.1.0-next.6", "description": "Tiny and type-safe querystring library for the web", "keywords": [ "parse",