Skip to content

Commit 50dbb53

Browse files
authored
Release 1.0.0 (#91)
* Bump version to 1.0.0 for release * Fix formatting of APP_VERSION in .env.example
1 parent cb89136 commit 50dbb53

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Change this if you want to use a different port.
1515
APP_PORT=3001
1616
# The version of the application
17-
APP_VERSION=0.1.0+build.local
17+
APP_VERSION=0.1.0-build.local
1818

1919
# Logging Settings
2020
# LOGGING_LEVEL: The logging level for the application.

infrastructure/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-starter-infrastructure",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "AWS CDK infrastructure as code for the NestJS Starter application.",
55
"private": true,
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-starter",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "A starter kit for NestJS application components.",
55
"author": "Matthew Warman",
66
"license": "MIT",

0 commit comments

Comments
 (0)