Skip to content

Commit 24bf54e

Browse files
committed
chore(release): 2.0.0
1 parent 1300ce8 commit 24bf54e

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-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.3
94+
version: 2.0.0
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.3
103+
version: 2.0.0
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.3
152+
version: 2.0.0
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.3
181+
version: 2.0.0
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.3
189+
version: 2.0.0
190190
stringData:
191191
user: luke
192192
password: secret

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.3...v2.0.0) (2018-05-16)
7+
8+
9+
### Features
10+
11+
* start using node.js 10. ([0cb3a13](https://github.com/bucharest-gold/nodejs-rest-http-crud/commit/0cb3a13)), closes [#96](https://github.com/bucharest-gold/nodejs-rest-http-crud/issues/96)
12+
13+
14+
515
<a name="1.2.3"></a>
616
## [1.2.3](https://github.com/bucharest-gold/nodejs-rest-http-crud/compare/v1.2.2...v1.2.3) (2018-04-26)
717

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.3</version>
4+
<version>2.0.0</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.3",
3+
"version": "2.0.0",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)