Skip to content

Commit f14c40c

Browse files
chore(release): 0.0.11
1 parent 904d473 commit f14c40c

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.11](https://github.com/nitric-dev/cli/compare/v0.0.10...v0.0.11) (2020-11-20)
6+
7+
8+
### Features
9+
10+
* add local dev volumes ([d17c4dc](https://github.com/nitric-dev/cli/commit/d17c4dc59f16ddbfbd8ab30d2328d2cf755b488a))
11+
* add local run networking ([c461368](https://github.com/nitric-dev/cli/commit/c461368d89d05a6665399b3fcbddae27ded8a3e1))
12+
13+
14+
### Bug Fixes
15+
16+
* add basic error handling to container run ([5523411](https://github.com/nitric-dev/cli/commit/552341126cd2d1d340f428189b1da3027dc20118))
17+
* failing gcp plugin test ([5466225](https://github.com/nitric-dev/cli/commit/5466225bf6d6b4f11094c91a39b53035f0ed186c))
18+
* handle image id better ([eefb510](https://github.com/nitric-dev/cli/commit/eefb510702e72610d5f2d50be088acbf3e37354b))
19+
* remove gateway host requirement ([8a32e56](https://github.com/nitric-dev/cli/commit/8a32e567c1863b07131cf116cbde38269bf003a3))
20+
* respect template .dockerignore. ([dcf03aa](https://github.com/nitric-dev/cli/commit/dcf03aa0ddbae2c57b03f755d33390ab9082fd10))
21+
522
### [0.0.10](https://github.com/nitric-dev/cli/compare/v0.0.9...v0.0.10) (2020-11-19)
623

724
### [0.0.9](https://github.com/nitric-dev/cli/compare/v0.0.8...v0.0.9) (2020-10-29)

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

0 commit comments

Comments
 (0)