Skip to content

Commit

Permalink
chore(release): 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Apr 27, 2020
1 parent 5e9a7dc commit 935514e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
- name: RELEASE_VERSION
description: The release version number of application
displayName: Release version
value: 3.0.1
value: 3.0.2
required: true
- name: SOURCE_REPOSITORY_URL
description: The source URL for the application
Expand Down Expand Up @@ -92,7 +92,7 @@ objects:
project: nodejs-rest-http
provider: nodeshift
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
name: 'nodejs-rest-http${SUFFIX_NAME}'
spec:
ports:
Expand All @@ -112,7 +112,7 @@ objects:
provider: nodeshift
project: nodejs-rest-http
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
spec:
template:
spec:
Expand Down Expand Up @@ -169,7 +169,7 @@ objects:
project: nodejs-rest-http
provider: nodeshift
version: '${RELEASE_VERSION}'
'app.openshift.io/runtime': 'nodejs'
app.openshift.io/runtime: nodejs
name: 'nodejs-rest-http${SUFFIX_NAME}'
spec:
port:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [3.0.2](https://github.com/nodeshift-starters/nodejs-rest-http/compare/v3.0.1...v3.0.2) (2020-04-27)

### [3.0.1](https://github.com/nodeshift-starters/nodejs-rest-http/compare/v3.0.0...v3.0.1) (2019-11-26)

# [3.0.0](https://github.com/nodeshift-starters/nodejs-rest-http/compare/v2.1.1...v3.0.0) (2019-05-29)
Expand Down
2 changes: 1 addition & 1 deletion licenses/licenses.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<licenseSummary>
<project>nodejs-rest-http</project>
<version>3.0.1</version>
<version>3.0.2</version>
<license>Apache-2.0</license>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-rest-http",
"version": "3.0.1",
"version": "3.0.2",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 935514e

Please sign in to comment.