Skip to content

Commit 693c532

Browse files
chore(release): 0.0.13
1 parent adb9dcb commit 693c532

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.13](https://github.com/nitric-dev/cli/compare/v0.0.12...v0.0.13) (2020-11-26)
6+
7+
8+
### Features
9+
10+
* add prompts for missing make:function args ([0e07682](https://github.com/nitric-dev/cli/commit/0e07682fff7eb413d6c1c3f34dfd58b37fda65b6))
11+
* assign function ports by alphabetical name ([bce4ab5](https://github.com/nitric-dev/cli/commit/bce4ab54e3604dbbd278673545684df41e6bbd0c))
12+
* auto detect function templates on make:project ([71fa07f](https://github.com/nitric-dev/cli/commit/71fa07fd8e5071394c9f14ffb72f9584cd754ae5))
13+
14+
15+
### Bug Fixes
16+
17+
* Add try/finally to container stop/remove. ([cea0a7c](https://github.com/nitric-dev/cli/commit/cea0a7c734be284c94155d35c8258415cd1a7281))
18+
* remove unused variable ([6cd1bef](https://github.com/nitric-dev/cli/commit/6cd1bef5d8a82540369c6eeb08d48fc3a9bc3d8c))
19+
520
### [0.0.12](https://github.com/nitric-dev/cli/compare/v0.0.11...v0.0.12) (2020-11-20)
621

722
### [0.0.11](https://github.com/nitric-dev/cli/compare/v0.0.10...v0.0.11) (2020-11-20)

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.12",
3+
"version": "0.0.13",
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.12",
4+
"version": "0.0.13",
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.12",
3+
"version": "0.0.13",
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.12",
4+
"version": "0.0.13",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"bugs": "https://github.com/nitric-dev/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.12",
4+
"version": "0.0.13",
55
"author": "Nitric <https://github.com/nitric-dev>",
66
"bugs": "https://github.com/nitric-dev/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)