Skip to content

Commit cc070da

Browse files
chore(release): 0.0.75
1 parent 65b3155 commit cc070da

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.75](https://github.com/nitrictech/cli/compare/v0.0.74...v0.0.75) (2021-07-29)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure make:service creates service in correct directory relative to config ([7cb585a](https://github.com/nitrictech/cli/commit/7cb585a8ac8f6af3da9f5c8c0dabc8b6f6fc7807))
11+
512
### [0.0.74](https://github.com/nitrictech/cli/compare/v0.0.73...v0.0.74) (2021-07-26)
613

714

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.74",
3+
"version": "0.0.75",
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.74",
4+
"version": "0.0.75",
55
"author": "Nitric <https://github.com/nitrictech>",
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.74",
3+
"version": "0.0.75",
44
"description": "Common Nitric typings and utility functions",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/cli/issues",

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.74",
4+
"version": "0.0.75",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/cli/issues",
77
"dependencies": {

packages/plugins/azure/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-azure",
33
"description": "Azure plugin for Nitric",
4-
"version": "0.0.74",
4+
"version": "0.0.75",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/cli/issues",
77
"dependencies": {

packages/plugins/do/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-do",
33
"description": "Digital Ocean CLI plugin for Nitric",
4-
"version": "0.0.74",
4+
"version": "0.0.75",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/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.74",
4+
"version": "0.0.75",
55
"author": "Nitric <https://github.com/nitrictech>",
66
"bugs": "https://github.com/nitrictech/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)