Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Apr 10, 2024
1 parent 97fc4cd commit f0c391a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [3.0.0-beta.0](https://github.com/kontent-ai/webhook-helper-js/compare/v2.1.0...v3.0.0-beta.0) (2024-03-26)

## [2.1.0](https://github.com/kontent-ai/webhook-helper-js/compare/v2.0.1...v2.1.0) (2023-08-01)


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": "@kontent-ai/webhook-helper",
"version": "2.1.0",
"version": "3.0.0-beta.0",
"description": "This utility helps with webhook notifications from Kontent.ai",
"private": false,
"repository": {
Expand All @@ -19,7 +19,7 @@
"scripts": {
"release": "npm run lint && standard-version",
"release:major": "npm run lint && standard-version --release-as major",
"release:major:beta": "npm run lint && standard-version --prerelease --release-as major",
"release:major:beta": "npm run lint && standard-version --prerelease beta --release-as major",
"release:beta": "standard-version --prerelease",
"tsc-local": "./node_modules/.bin/tsc",
"test": "jest --config=jest.config.ts",
Expand Down

0 comments on commit f0c391a

Please sign in to comment.