Skip to content

Commit b0f1f67

Browse files
committed
chore(release): 0.0.22-beta.1
1 parent a16fe60 commit b0f1f67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.22-beta.1](https://github.com/Oscarz90/bismarck-cs/compare/v0.0.22-beta.0...v0.0.22-beta.1) (2020-04-10)
6+
57
### 0.0.22-beta.0 (2020-04-09)
68

79

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bismarck-cs",
3-
"version": "0.0.22-beta.0",
3+
"version": "0.0.22-beta.1",
44
"description": "Computer Science Repository",
55
"main": "src/index.js",
66
"repository": "[email protected]:Oscarz90/bismarck-cs.git",
@@ -30,7 +30,7 @@
3030
"premonitor": "yarn run clean:dist && yarn run build",
3131
"prerelease": "yarn run setenv:prod && yarn run clean && yarn run build && yarn run lint && yarn run test && yarn run coverage",
3232
"pretest": "yarn run clean:coverage && yarn run clean:reports",
33-
"release": "standard-version --no-verify",
33+
"release": "standard-version",
3434
"security:auth": "snyk auth",
3535
"security:test": "snyk test",
3636
"security:wizard": "snyk wizard",

0 commit comments

Comments
 (0)