Skip to content

Commit

Permalink
chore(main): release 0.19.0-alpha (#364)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.19.0-alpha](v0.18.0-alpha...v0.19.0-alpha)
(2023-03-01)


### Features

* expose a env that can disable all create, update, delete action
([#363](#363))
([acdc412](acdc412))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Mar 1, 2023
1 parent acdc412 commit fa32679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.0-alpha](https://github.com/instill-ai/console/compare/v0.18.0-alpha...v0.19.0-alpha) (2023-03-01)


### Features

* expose a env that can disable all create, update, delete action ([#363](https://github.com/instill-ai/console/issues/363)) ([acdc412](https://github.com/instill-ai/console/commit/acdc4125ae8342b0b6ffde0b726e3670e31e1591))

## [0.18.0-alpha](https://github.com/instill-ai/console/compare/v0.17.0-alpha...v0.18.0-alpha) (2023-02-27)


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": "instillai-console",
"version": "0.18.0-alpha",
"version": "0.19.0-alpha",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.0-alpha"
".": "0.19.0-alpha"
}

0 comments on commit fa32679

Please sign in to comment.