Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](keyshade-xyz/keyshade@v1.4.0...v2.0.0) (2024-06-12)

### ⚠ BREAKING CHANGES

* **api:** Refactor environment, [secure] and variable functionality

### 🚀 Features

* **platform:** Workspace integrate ([keyshade-xyz#241](keyshade-xyz#241)) ([6107e7d](keyshade-xyz@6107e7d))

### 📚 Documentation

* Fix broken links in README.md ([9266788](keyshade-xyz@9266788))
* Modified environment-variable.md ([keyshade-xyz#256](keyshade-xyz#256)) ([4974756](keyshade-xyz@4974756))

### 🔧 Miscellaneous Chores

* Added docker build and run commands to` package.json` ([keyshade-xyz#258](keyshade-xyz#258)) ([af61791](keyshade-xyz@af61791))
* **api:** Fix inconsistencies in zod schema ([keyshade-xyz#240](keyshade-xyz#240)) ([f3a3632](keyshade-xyz@f3a3632))
* **ci:** Update deploy web ([e80d47d](keyshade-xyz@e80d47d))
* **docker:** Grant correct permissions to docker image ([keyshade-xyz#251](keyshade-xyz#251)) ([49546aa](keyshade-xyz@49546aa))
* Update GitHub Action plugin versions  ([keyshade-xyz#263](keyshade-xyz#263)) ([020bbf6](keyshade-xyz@020bbf6))
* Update package versions for release ([93785be](keyshade-xyz@93785be))

### 🔨 Code Refactoring

* **api:** Refactor environment, [secure] and variable functionality ([keyshade-xyz#270](keyshade-xyz#270)) ([55a6d37](keyshade-xyz@55a6d37))
* **api:** Replace for loop with array indexing while decrypting [secure]s during bulk fetch [keyshade-xyz#265](keyshade-xyz#265) ([keyshade-xyz#266](keyshade-xyz#266)) ([62a1731](keyshade-xyz@62a1731))
* **api:** Update return type while fetching [secure]s and variables ([keyshade-xyz#264](keyshade-xyz#264)) ([fd36abd](keyshade-xyz@fd36abd))
  • Loading branch information
semantic-release-bot authored and yogesh1801 committed Jun 29, 2024
1 parent d44700e commit a55f8a4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [2.0.0](https://github.com/keyshade-xyz/keyshade/compare/v1.4.0...v2.0.0) (2024-06-12)

### ⚠ BREAKING CHANGES

* **api:** Refactor environment, [secure] and variable functionality

### 🚀 Features

* **platform:** Workspace integrate ([#241](https://github.com/keyshade-xyz/keyshade/issues/241)) ([6107e7d](https://github.com/keyshade-xyz/keyshade/commit/6107e7dd14c1e167a1a12f1c4b189e73f01dde88))

### 📚 Documentation

* Fix broken links in README.md ([9266788](https://github.com/keyshade-xyz/keyshade/commit/92667881bbce4d0c2cce186178806054d998808a))
* Modified environment-variable.md ([#256](https://github.com/keyshade-xyz/keyshade/issues/256)) ([4974756](https://github.com/keyshade-xyz/keyshade/commit/497475600467e039745a695a6e69635cebd8f8da))

### 🔧 Miscellaneous Chores

* Added docker build and run commands to` package.json` ([#258](https://github.com/keyshade-xyz/keyshade/issues/258)) ([af61791](https://github.com/keyshade-xyz/keyshade/commit/af61791b18b827de8369cbeac51a22a93ce8be2e))
* **api:** Fix inconsistencies in zod schema ([#240](https://github.com/keyshade-xyz/keyshade/issues/240)) ([f3a3632](https://github.com/keyshade-xyz/keyshade/commit/f3a36326b4f5c945fb2725620ff92ab31e44e053))
* **ci:** Update deploy web ([e80d47d](https://github.com/keyshade-xyz/keyshade/commit/e80d47dbf93699ba5c9296ee0e5029397e0f215b))
* **docker:** Grant correct permissions to docker image ([#251](https://github.com/keyshade-xyz/keyshade/issues/251)) ([49546aa](https://github.com/keyshade-xyz/keyshade/commit/49546aa5b0ad6e3ec3b9679e79e96ee0608f8c74))
* Update GitHub Action plugin versions ([#263](https://github.com/keyshade-xyz/keyshade/issues/263)) ([020bbf6](https://github.com/keyshade-xyz/keyshade/commit/020bbf642335fb98db59e83ec722f24490f36d03))
* Update package versions for release ([93785be](https://github.com/keyshade-xyz/keyshade/commit/93785be23dfd168ea3d2c85390c51e0649e9ee9e))

### 🔨 Code Refactoring

* **api:** Refactor environment, [secure] and variable functionality ([#270](https://github.com/keyshade-xyz/keyshade/issues/270)) ([55a6d37](https://github.com/keyshade-xyz/keyshade/commit/55a6d3727e670957b61183bac741b132fcad800f))
* **api:** Replace for loop with array indexing while decrypting [secure]s during bulk fetch [#265](https://github.com/keyshade-xyz/keyshade/issues/265) ([#266](https://github.com/keyshade-xyz/keyshade/issues/266)) ([62a1731](https://github.com/keyshade-xyz/keyshade/commit/62a173111afd40dfa2c5f52e0def086cf5156fc0))
* **api:** Update return type while fetching [secure]s and variables ([#264](https://github.com/keyshade-xyz/keyshade/issues/264)) ([fd36abd](https://github.com/keyshade-xyz/keyshade/commit/fd36abd31ab4b2020e4b3e76bf5a155c6e56bb09))

## [1.4.0](https://github.com/keyshade-xyz/keyshade/compare/v1.3.0...v1.4.0) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyshade-xyz",
"version": "1.4.0",
"version": "2.0.0",
"license": "MPL-2.0",
"private": true,
"engineStrict": false,
Expand Down

0 comments on commit a55f8a4

Please sign in to comment.