Skip to content

Commit

Permalink
Merge pull request #11 from napolab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
naporin0624 authored Oct 15, 2024
2 parents a1f3b76 + bff2b92 commit 5f7dc24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-glasses-cover.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# durabcast

## 0.2.1

### Patch Changes

- a6ef72c: sideeffect false

## 0.2.0

### Minor Changes
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "durabcast",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,11 @@
}
}
},
"files": ["dist", "README.md", "package.json"],
"files": [
"dist",
"README.md",
"package.json"
],
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 5f7dc24

Please sign in to comment.