Skip to content

Commit 10650bc

Browse files
chore: update versions (#375)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9fe3a6e commit 10650bc

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.changeset/three-pets-jog.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aiou/neo
22

3+
## 3.5.7
4+
5+
### Patch Changes
6+
7+
- 9fe3a6e: normalize package.json
8+
39
## 3.5.6
410

511
### Patch Changes

packages/core/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aiou/neo",
3-
"version": "3.5.6",
3+
"version": "3.5.7",
44
"description": "templates cli",
55
"license": "MIT",
66
"homepage": "https://github.com/neo-hack/neo#readme",
@@ -37,9 +37,7 @@
3737
"access": "public"
3838
},
3939
"lint-staged": {
40-
"**/**/*.{js,ts,tsx,vue,json}": [
41-
"eslint --fix"
42-
]
40+
"**/**/*.{js,ts,tsx,vue,json}": ["eslint --fix"]
4341
},
4442
"dependencies": {
4543
"readable-stream": "^3.6.0"

0 commit comments

Comments
 (0)