Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit df510bb

Browse files
committed
"chore(release): 4.0.0"
1 parent 9ea771e commit df510bb

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [4.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-secured/compare/v3.0.2...v4.0.0) (2020-11-26)
6+
7+
8+
### Features
9+
10+
* upgrade tape from 4.13.2 to 5.0.1 ([#138](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/138)) ([c8344b5](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/c8344b5e9a3455d145024c32b0e969c74c003abb))
11+
12+
13+
### Bug Fixes
14+
15+
* package.json & package-lock.json to reduce vulnerabilities ([#133](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/133)) ([3bf0182](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/3bf01828220fb70ab4171cd30dec2905104edf89))
16+
* package.json & package-lock.json to reduce vulnerabilities ([#135](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/135)) ([e98c6cd](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/e98c6cddb82ed443cd7e8bf02a9d1383219363b8))
17+
* upgrade coveralls from 3.0.9 to 3.0.11 ([#130](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/130)) ([3c7b9b1](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/3c7b9b1b5b5aa71f21f5114d329907816c14a33a))
18+
* upgrade debug from 4.1.1 to 4.2.0 ([#132](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/132)) ([11f2381](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/11f238114b6b570186b460980b0d3b7b23f6430c))
19+
* upgrade kube-probe from 0.4.0 to 0.5.0 ([#141](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/141)) ([1b441af](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/1b441afc4a4308f4197317845aa55630af28ae5f))
20+
* upgrade nodeshift from 6.0.2 to 6.2.0 ([#140](https://github.com/nodeshift-starters/nodejs-rest-http-secured/issues/140)) ([db4e446](https://github.com/nodeshift-starters/nodejs-rest-http-secured/commit/db4e4465c963bf5a70c7a967566bb273196b4b1b))
21+
522
### [3.0.2](https://github.com/nodeshift-starters/nodejs-rest-http-secured/compare/v3.0.1...v3.0.2) (2020-04-27)
623

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

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-secured</project>
4-
<version>3.0.2</version>
4+
<version>4.0.0</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-rest-http-secured",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"author": "Red Hat, Inc.",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
1212
"ci": "npm run lint && npm run coveralls",
1313
"release": "standard-version -a",
14-
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-12",
14+
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14:latest",
1515
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
1616
"start": "node ."
1717
},

0 commit comments

Comments
 (0)