Skip to content

Commit 32e20cb

Browse files
chore(release): 0.0.19
1 parent 7f1568e commit 32e20cb

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.0.19](https://github.com/nitrictech/cli/compare/v0.0.18...v0.0.19) (2021-04-01)
6+
7+
8+
### Features
9+
10+
* Add deployment logging for AWS, GCP & Azure. ([798fb43](https://github.com/nitrictech/cli/commit/798fb43943c86d79211ae4eff08a68b0dcaaeccf))
11+
* **common:** Add utilities for stack operation logging. ([c5e219d](https://github.com/nitrictech/cli/commit/c5e219d3e2c8cb260b237a2bdb4aa9ecad2725a1))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix missing common dependencies. ([6b8b305](https://github.com/nitrictech/cli/commit/6b8b305bd9f054bc6af43356a684c50c32a3c551))
17+
518
### [0.0.18](https://github.com/nitrictech/cli/compare/v0.0.17...v0.0.18) (2021-03-30)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitric-cli",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "CLI monorepo for the Nitric framework",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"scripts": {

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nitric/cli",
33
"description": "CLI tool for nitric applications",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"bin": {
77
"nitric": "./bin/run"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitric/cli-common",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Common Nitric typings and utility functions",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"main": "lib/index.js",

packages/plugins/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nitric/plugin-aws",
33
"description": "An AWS plugin for Nitric",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"bugs": "https://github.com/nitric-dev/cli/issues",
77
"dependencies": {

packages/plugins/azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nitric/plugin-azure",
33
"description": "Azure plugin for Nitric",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/cli/issues",
77
"dependencies": {

packages/plugins/gcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nitric/plugin-gcp",
33
"description": "GCP plugin for Nitric",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"bugs": "https://github.com/nitric-dev/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)