Skip to content

Commit 6f19589

Browse files
chore(release): 0.0.7
1 parent 3ca2b86 commit 6f19589

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.0.7 (2020-10-28)
6+
7+
8+
### Bug Fixes
9+
10+
* minor typing issue ([d6a5d20](https://github.com/nitric-dev/cli/commit/d6a5d203ae02e31a270b48d562788fab133328b6))
11+
* type error in make function task ([1e83a7b](https://github.com/nitric-dev/cli/commit/1e83a7be57d11cd34fe5c148e9b20fd5e82cbf4a))

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

0 commit comments

Comments
 (0)