From 5939992eec91b711448cee7f684cef89c4a16620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Apr 2024 07:01:46 +0000 Subject: [PATCH] Version Packages --- .changeset/strange-shirts-clean.md | 5 ----- .changeset/strong-colts-help.md | 5 ----- .changeset/thirty-donkeys-turn.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/strange-shirts-clean.md delete mode 100644 .changeset/strong-colts-help.md delete mode 100644 .changeset/thirty-donkeys-turn.md diff --git a/.changeset/strange-shirts-clean.md b/.changeset/strange-shirts-clean.md deleted file mode 100644 index 767535a6..00000000 --- a/.changeset/strange-shirts-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"web-csv-toolbox": patch ---- - -Refactor Lexer for performance improvement diff --git a/.changeset/strong-colts-help.md b/.changeset/strong-colts-help.md deleted file mode 100644 index 77d0398c..00000000 --- a/.changeset/strong-colts-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"web-csv-toolbox": patch ---- - -Update benchmark iterations diff --git a/.changeset/thirty-donkeys-turn.md b/.changeset/thirty-donkeys-turn.md deleted file mode 100644 index c5adee2e..00000000 --- a/.changeset/thirty-donkeys-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"web-csv-toolbox": patch ---- - -Improve Lexer internal operation diff --git a/CHANGELOG.md b/CHANGELOG.md index 63417811..e5d05988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # web-csv-toolbox +## 0.8.1 + +### Patch Changes + +- [#175](https://github.com/kamiazya/web-csv-toolbox/pull/175) [`f3234a7`](https://github.com/kamiazya/web-csv-toolbox/commit/f3234a74c91369ad03b51d41967bb9ea968f5550) Thanks [@kamiazya](https://github.com/kamiazya)! - Refactor Lexer for performance improvement + +- [#182](https://github.com/kamiazya/web-csv-toolbox/pull/182) [`cb649b3`](https://github.com/kamiazya/web-csv-toolbox/commit/cb649b357585e2947345f836ab19410fb95715f8) Thanks [@kamiazya](https://github.com/kamiazya)! - Update benchmark iterations + +- [#175](https://github.com/kamiazya/web-csv-toolbox/pull/175) [`f3234a7`](https://github.com/kamiazya/web-csv-toolbox/commit/f3234a74c91369ad03b51d41967bb9ea968f5550) Thanks [@kamiazya](https://github.com/kamiazya)! - Improve Lexer internal operation + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index acf0b2a3..50f09c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-csv-toolbox", - "version": "0.8.0", + "version": "0.8.1", "description": "A CSV Toolbox utilizing Web Standard APIs.", "type": "module", "main": "dist/cjs/web-csv-toolbox.cjs",