File tree Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments