Skip to content

Commit

Permalink
version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Mar 29, 2024
1 parent ee4a70e commit 2aede7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# opennem-app

## 0.10.1

### Patch Changes

- add publish

## 0.10.0

### Minor Changes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opennem-app",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -11,7 +11,8 @@
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"changeset": "npx changeset",
"changeset:version": "npx changeset version"
"changeset:version": "npx changeset version",
"changeset:publish": "npx changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 2aede7f

Please sign in to comment.