Skip to content

Commit 3dd85b5

Browse files
committed
chore(prepare): prepare for 2.1.0 release (update version)
1 parent 97f1d74 commit 3dd85b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Release Edge
2727
if: |
2828
github.event_name == 'push' &&
29-
!contains(github.event.head_commit.message, '[skip-release]') &&
30-
!contains(github.event.head_commit.message, 'docs')
29+
!contains(github.event.head_commit.message, '[skip-release]')
3130
run: ./scripts/release-edge.sh
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)