Skip to content

Commit a6eea4f

Browse files
Version Packages (#273)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b84c8c commit a6eea4f

File tree

9 files changed

+19
-36
lines changed

9 files changed

+19
-36
lines changed

.changeset/famous-suits-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-dryers-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-forks-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-lies-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-clocks-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-bears-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-ravens-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# web-csv-toolbox
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- [#269](https://github.com/kamiazya/web-csv-toolbox/pull/269) [`7b84c8c`](https://github.com/kamiazya/web-csv-toolbox/commit/7b84c8c8f6979cc45508bd1c3e1daeca8fe0a00a) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump cxx-build from 1.0.123 to 1.0.124 in /web-csv-toolbox-wasm
8+
9+
- [#272](https://github.com/kamiazya/web-csv-toolbox/pull/272) [`574bee2`](https://github.com/kamiazya/web-csv-toolbox/commit/574bee290399ac05fcd73c60c757421d23b317de) Thanks [@kamiazya](https://github.com/kamiazya)! - Update Snapshot release configuration
10+
11+
- [#274](https://github.com/kamiazya/web-csv-toolbox/pull/274) [`a163f35`](https://github.com/kamiazya/web-csv-toolbox/commit/a163f35fa08c92a57e24891740b488c906cf4dac) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump typedoc-plugin-mdn-links from 3.1.29 to 3.2.1
12+
13+
- [#276](https://github.com/kamiazya/web-csv-toolbox/pull/276) [`5daa58b`](https://github.com/kamiazya/web-csv-toolbox/commit/5daa58b5ed03fb78bf51f31ee26f3d680fac7ee4) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @biomejs/biome from 1.7.3 to 1.8.2
14+
15+
- [#266](https://github.com/kamiazya/web-csv-toolbox/pull/266) [`2c1e872`](https://github.com/kamiazya/web-csv-toolbox/commit/2c1e87207af2448180a6dc07be5290ab3744f005) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump terser from 5.31.0 to 5.31.1
16+
17+
- [#275](https://github.com/kamiazya/web-csv-toolbox/pull/275) [`2aa667c`](https://github.com/kamiazya/web-csv-toolbox/commit/2aa667c478c23d1aa9427e4c2a1c6c1aeb447b12) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @changesets/cli from 2.27.1 to 2.27.6
18+
19+
- [#267](https://github.com/kamiazya/web-csv-toolbox/pull/267) [`b6db634`](https://github.com/kamiazya/web-csv-toolbox/commit/b6db634668df4e5f15ea388eef66b2420a11ea42) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 5.2.13 to 5.3.1
20+
321
## 0.10.1
422

523
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-csv-toolbox",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A CSV Toolbox utilizing Web Standard APIs.",
55
"type": "module",
66
"main": "dist/cjs/web-csv-toolbox.cjs",

0 commit comments

Comments
 (0)