Skip to content

Commit

Permalink
release: v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-12-02)

### Bug Fixes

* fix package main entrance ([226f633](226f633))
  • Loading branch information
semantic-release-bot committed Dec 2, 2022
1 parent 226f633 commit ad4c3a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/shaobeichen/eslint-plugin-nuxt-client/compare/v1.0.0...v1.0.1) (2022-12-02)


### Bug Fixes

* fix package main entrance ([226f633](https://github.com/shaobeichen/eslint-plugin-nuxt-client/commit/226f633dbfb8fec9a76d4633af874c4fd79753cf))

# 1.0.0 (2022-12-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-nuxt-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "disallow use client variables on the server",
"files": [
"lib"
Expand Down Expand Up @@ -55,4 +55,4 @@
"standard-version": "^9.5.0"
},
"license": "MIT"
}
}

0 comments on commit ad4c3a8

Please sign in to comment.