Skip to content

Commit 5025467

Browse files
committed
chore(release): 1.3.1
1 parent dd7c093 commit 5025467

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.openshiftio/application.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
- name: RELEASE_VERSION
2424
description: The location within the source repo of the application
2525
displayName: release version
26-
value: 1.3.0
26+
value: 1.3.1
2727
- name: SUFFIX_NAME
2828
description: The location within the source repo of the application
2929
displayName: suffix name
@@ -202,4 +202,3 @@ objects:
202202
stringData:
203203
user: luke
204204
password: secret
205-

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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="1.3.1"></a>
6+
## [1.3.1](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.3.0...v1.3.1) (2019-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix resource limit for db and app container ([#119](https://github.com/nodeshift-starters/nodejs-rest-http-crud/issues/119)) ([dd7c093](https://github.com/nodeshift-starters/nodejs-rest-http-crud/commit/dd7c093))
12+
13+
14+
515
<a name="1.3.0"></a>
616
# [1.3.0](https://github.com/nodeshift-starters/nodejs-rest-http-crud/compare/v1.2.4...v1.3.0) (2018-11-12)
717

licenses/licenses.xml

Lines changed: 1 addition & 1 deletion
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.3.0</version>
4+
<version>1.3.1</version>
55
<license>Apache-2.0</license>
66
<dependencies>
77
<dependency>

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "nodejs-rest-http-crud",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "",
55
"author": "Red Hat, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)