Skip to content

Commit

Permalink
Version Packages (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2024
1 parent 73acb1b commit b8a1ef6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/clean-rings-grow.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# web-csv-toolbox

## 0.6.1

### Patch Changes

- [#66](https://github.com/kamiazya/web-csv-toolbox/pull/66) [`73acb1b`](https://github.com/kamiazya/web-csv-toolbox/commit/73acb1b8221500bb564852471026b969d84dcdac) Thanks [@kamiazya](https://github.com/kamiazya)! - Migrates the project to use pnpm as the package manager and updates the build and dependency setup accordingly.

- **Chores**
- Switched package management from npm to pnpm to improve installation efficiency and reliability.
- Updated continuous integration and deployment workflows to support pnpm.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-csv-toolbox",
"version": "0.6.0",
"version": "0.6.1",
"description": "A CSV Toolbox utilizing Web Standard APIs.",
"type": "module",
"main": "dist/cjs/web-csv-toolbox.cjs",
Expand Down

0 comments on commit b8a1ef6

Please sign in to comment.