Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
"chore(release): 4.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Nov 27, 2020
1 parent e5a6f4c commit f7e8334
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
- name: RELEASE_VERSION
description: The release version number of application
displayName: Release version
value: 3.0.1
value: 4.0.0
- name: SOURCE_REPOSITORY_URL
description: The source URL for the application
displayName: Source URL
Expand Down Expand Up @@ -46,7 +46,7 @@ objects:
- name: latest
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-12
name: 'registry.access.redhat.com/ubi8/nodejs-14:latest'
- apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [4.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/compare/v3.0.1...v4.0.0) (2020-11-27)


### Features

* upgrade tape from 4.13.2 to 5.0.1 ([#94](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/94)) ([42a2fad](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/42a2fad55adcaf67561e52d9a1f3dc0fa8e7369b))


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([#95](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/95)) ([3c874af](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/3c874afeed9579e493e8b90791daf93570c0e91b))
* package.json & package-lock.json to reduce vulnerabilities ([#99](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/99)) ([9eaed82](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/9eaed82fc450d08e174f1a17a448aadfb3c29446))
* upgrade coveralls from 3.0.11 to 3.1.0 ([#97](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/97)) ([e47534f](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/e47534feb5f5754e62445b28c69a10fef9473f68))
* upgrade coveralls from 3.0.9 to 3.0.11 ([#89](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/89)) ([5786db0](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/5786db0706359532e2550a7ce1e0585eee0b8f81))
* upgrade debug from 4.1.1 to 4.2.0 ([#92](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/92)) ([b8752ea](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/b8752ea9799ca66cf0ecde693290aafab8df1d57))
* upgrade nodeshift from 6.0.2 to 6.1.0 ([#91](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/91)) ([a440ca7](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/a440ca7f41730e8adaf069158264e3e3f368e27c))
* upgrade nodeshift from 6.1.0 to 6.2.0 ([#98](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/issues/98)) ([98c872b](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/commit/98c872b02ca919b9474dfdf8311159ac308e6e17))

### [3.0.1](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/compare/v3.0.0...v3.0.1) (2020-04-27)

## [3.0.0](https://github.com/nodeshift-starters/nodejs-rest-http-redhat/compare/v2.0.4...v3.0.0) (2020-01-24)
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-redhat</project>
<version>3.0.1</version>
<version>4.0.0</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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-rest-http-redhat",
"version": "3.0.1",
"version": "4.0.0",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"ci": "npm run lint && npm run coveralls",
"release": "standard-version -a",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-12",
"openshift": "nodeshift --dockerImage=registry.access.redhat.com/ubi8/nodejs-14:latest",
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
"start": "node ."
},
Expand Down

0 comments on commit f7e8334

Please sign in to comment.