Skip to content

Commit de537d2

Browse files
committed
chore(release): 1.2.3
1 parent 21bc447 commit de537d2

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.openshiftio/application.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ objects:
9191
provider: nodeshift
9292
expose: 'true'
9393
project: nodejs-rest-http-crud
94-
version: 1.2.2
94+
version: 1.2.3
9595
- apiVersion: v1
9696
kind: DeploymentConfig
9797
metadata:
@@ -100,7 +100,7 @@ objects:
100100
app: nodejs-rest-http-crud
101101
provider: nodeshift
102102
project: nodejs-rest-http-crud
103-
version: 1.2.2
103+
version: 1.2.3
104104
spec:
105105
template:
106106
spec:
@@ -149,7 +149,7 @@ objects:
149149
app: nodejs-rest-http-crud
150150
project: nodejs-rest-http-crud
151151
provider: nodeshift
152-
version: 1.2.2
152+
version: 1.2.3
153153
replicas: 1
154154
selector:
155155
app: nodejs-rest-http-crud
@@ -178,15 +178,15 @@ objects:
178178
labels:
179179
provider: nodeshift
180180
project: nodejs-rest-http-crud
181-
version: 1.2.2
181+
version: 1.2.3
182182
- apiVersion: v1
183183
kind: Secret
184184
metadata:
185185
name: my-database-secret
186186
labels:
187187
provider: nodeshift
188188
app: nodejs-rest-http-crud
189-
version: 1.2.2
189+
version: 1.2.3
190190
stringData:
191191
user: luke
192192
password: secret

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
<a name="1.2.3"></a>
6+
## [1.2.3](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.2...v1.2.3) (2018-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* use the main prop for the application entry point. ([4768897](https://github.com/bucharest-gold/nodejs-rest-http-crud/commit/4768897)), closes [bucharest-gold/centos7-s2i-nodejs#33](https://github.com/bucharest-gold/centos7-s2i-nodejs/issues/33) [#issuecomment-382587104](https://github.com/bucharest-gold/nodejs-rest-http-crud/issues/issuecomment-382587104) [#93](https://github.com/bucharest-gold/nodejs-rest-http-crud/issues/93)
12+
* **www:** debug should take the project name as a parameter ([fe3380e](https://github.com/bucharest-gold/nodejs-rest-http-crud/commit/fe3380e))
13+
14+
15+
516
<a name="1.2.2"></a>
617
## [1.2.2](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.1...v1.2.2) (2018-04-16)
718

licenses/licenses.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<licenseSummary>
33
<project>nodejs-rest-http-crud</project>
4-
<version>1.2.2</version>
4+
<version>1.2.3</version>
55
<license>Apache-2.0</license>
66
<dependencies>
77
<dependency>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-rest-http-crud",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)