Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.4...v2.1.0) (2024-08-27)

### Bug Fixes

* **build:** fixing build ([6533ffd](6533ffd))
* **workflow:** add install for deps ([629702e](629702e))

### Features

* **semantic:** add semantic and github actions ([901fc44](901fc44))
  • Loading branch information
semantic-release-bot committed Aug 27, 2024
1 parent 2a29bf7 commit 646e71d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/kuzzleio/kuzzle-vault/compare/v2.0.4...v2.1.0) (2024-08-27)


### Bug Fixes

* **build:** fixing build ([6533ffd](https://github.com/kuzzleio/kuzzle-vault/commit/6533ffd22cb0cc80fac6d412d0be02aef8fd1451))
* **workflow:** add install for deps ([629702e](https://github.com/kuzzleio/kuzzle-vault/commit/629702ee896e640428477a35c8da7bee34340c0a))


### Features

* **semantic:** add semantic and github actions ([901fc44](https://github.com/kuzzleio/kuzzle-vault/commit/901fc44eda19d431c361553b704c9580ba0a260e))

# [2.1.0-beta.1](https://github.com/kuzzleio/kuzzle-vault/compare/v2.0.4...v2.1.0-beta.1) (2024-07-30)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-vault",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"description": "Share and version sensitive data with your team by using cryptography.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 646e71d

Please sign in to comment.