Skip to content

Commit d0de5c6

Browse files
chore(release): 0.0.10
1 parent 2353ac1 commit d0de5c6

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.10](https://github.com/nitric-dev/cli/compare/v0.0.9...v0.0.10) (2020-11-19)
6+
57
### [0.0.9](https://github.com/nitric-dev/cli/compare/v0.0.8...v0.0.9) (2020-10-29)
68

79

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

0 commit comments

Comments
 (0)