Skip to content

Commit 8420a01

Browse files
author
alfredbrockotter
committed
fix: updated major version
1 parent 442b690 commit 8420a01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
# Release
3333
- run:
3434
name: release
35-
command: npm run semantic-release || true
35+
command: npm run semantic-release --dry-run || true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kenticocloud-nuxt-module",
3-
"version": "1.0.0-release",
3+
"version": "2.0.0-beta",
44
"description": "Add Kentico Cloud super power to your nuxt app",
55
"main": "lib/module.js",
66
"directories": {

0 commit comments

Comments
 (0)