Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.0](keyshade-xyz/keyshade@v2.6.0...v2.7.0) (2024-11-05)

### 🚀 Features

* **cli:** Add functionality to operate on Variables ([keyshade-xyz#514](keyshade-xyz#514)) ([32d93e6](keyshade-xyz@32d93e6))
* **platform:** Create ui link for resend otp ([keyshade-xyz#489](keyshade-xyz#489)) ([46eb5c5](keyshade-xyz@46eb5c5))

### 🐛 Bug Fixes

* **api,api-client:** Add environmentSlug in multiple places across the [secure] module ([keyshade-xyz#509](keyshade-xyz#509)) ([ee58f07](keyshade-xyz@ee58f07))
* **cli:** Removed unnecessary console log in [secure]s ([keyshade-xyz#515](keyshade-xyz#515)) ([9403cc4](keyshade-xyz@9403cc4))

### 🔧 Miscellaneous Chores

* Fixed lint issues ([835397a](keyshade-xyz@835397a))
* Minor housekeeping ([922bf31](keyshade-xyz@922bf31))
* Update eslint ([c583718](keyshade-xyz@c583718))
* Update eslint ([7c0c596](keyshade-xyz@7c0c596))
* Update pnpx commands to pnpm dlx ([keyshade-xyz#511](keyshade-xyz#511)) ([534a231](keyshade-xyz@534a231))
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent c583718 commit 2bff2cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [2.7.0](https://github.com/keyshade-xyz/keyshade/compare/v2.6.0...v2.7.0) (2024-11-05)

### 🚀 Features

* **cli:** Add functionality to operate on Variables ([#514](https://github.com/keyshade-xyz/keyshade/issues/514)) ([32d93e6](https://github.com/keyshade-xyz/keyshade/commit/32d93e6146a87175674107319d918157dbcec6d3))
* **platform:** Create ui link for resend otp ([#489](https://github.com/keyshade-xyz/keyshade/issues/489)) ([46eb5c5](https://github.com/keyshade-xyz/keyshade/commit/46eb5c5aeee76f60015e65174e9cb9ea97f5e771))

### 🐛 Bug Fixes

* **api,api-client:** Add environmentSlug in multiple places across the [secure] module ([#509](https://github.com/keyshade-xyz/keyshade/issues/509)) ([ee58f07](https://github.com/keyshade-xyz/keyshade/commit/ee58f071e30c24f12cd657c11e24e01f8a648a93))
* **cli:** Removed unnecessary console log in [secure]s ([#515](https://github.com/keyshade-xyz/keyshade/issues/515)) ([9403cc4](https://github.com/keyshade-xyz/keyshade/commit/9403cc4a0147528815244fa425534c70156d5dad))

### 🔧 Miscellaneous Chores

* Fixed lint issues ([835397a](https://github.com/keyshade-xyz/keyshade/commit/835397ad4feb85c112f0e0702cbaba3468d8ccca))
* Minor housekeeping ([922bf31](https://github.com/keyshade-xyz/keyshade/commit/922bf31839d7ace51958ca991754d38dca9f35e2))
* Update eslint ([c583718](https://github.com/keyshade-xyz/keyshade/commit/c58371805cddd16503136ee9403da4272dff991c))
* Update eslint ([7c0c596](https://github.com/keyshade-xyz/keyshade/commit/7c0c5966432d06cff0bf74125f63a5b2021d4139))
* Update pnpx commands to pnpm dlx ([#511](https://github.com/keyshade-xyz/keyshade/issues/511)) ([534a231](https://github.com/keyshade-xyz/keyshade/commit/534a2315d8fc14caca89e484159523ab37629d63))

## [2.6.0](https://github.com/keyshade-xyz/keyshade/compare/v2.5.0...v2.6.0) (2024-10-24)

### 🚀 Features
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": "2.6.0",
"version": "2.7.0",
"license": "MPL-2.0",
"private": true,
"engineStrict": false,
Expand Down

0 comments on commit 2bff2cc

Please sign in to comment.