Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 7, 2018
1 parent 8fe160f commit 03ec4c7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ objects:
provider: nodeshift
expose: 'true'
project: nodejs-rest-http-crud
version: 1.2.0
version: 1.2.1
- apiVersion: v1
kind: DeploymentConfig
metadata:
Expand All @@ -100,7 +100,7 @@ objects:
app: nodejs-rest-http-crud
provider: nodeshift
project: nodejs-rest-http-crud
version: 1.2.0
version: 1.2.1
spec:
template:
spec:
Expand Down Expand Up @@ -149,7 +149,7 @@ objects:
app: nodejs-rest-http-crud
project: nodejs-rest-http-crud
provider: nodeshift
version: 1.2.0
version: 1.2.1
replicas: 1
selector:
app: nodejs-rest-http-crud
Expand Down Expand Up @@ -178,15 +178,15 @@ objects:
labels:
provider: nodeshift
project: nodejs-rest-http-crud
version: 1.2.0
version: 1.2.1
- apiVersion: v1
kind: Secret
metadata:
name: my-database-secret
labels:
provider: nodeshift
app: nodejs-rest-http-crud
version: 1.2.0
version: 1.2.1
stringData:
user: luke
password: secret
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="1.2.1"></a>
## [1.2.1](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.0...v1.2.1) (2018-03-07)


### Bug Fixes

* **package:** need to run the licenser after the version bump ([8fe160f](https://github.com/bucharest-gold/nodejs-rest-http-crud/commit/8fe160f))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.1.1...v1.2.0) (2018-03-07)

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-crud</project>
<version>1.1.1</version>
<version>1.2.1</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-crud",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 03ec4c7

Please sign in to comment.