@ivuorinen/semantic-release-config 0.2.17 → 0.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @ivuorinen/semantic-release-config <!-- omit in toc -->
2
2
 
3
- [![npm package][npm-badge]][npm-link]
4
- [![license MIT][license-badge]][license-link]
5
- [![ivuorinen's Code Style][style-badge]][style-link]
3
+ [![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
6
4
 
7
5
  > ivuorinen's shareable configuration for [`semantic-release`][semantic-release-link].
8
6
 
@@ -82,8 +80,8 @@ jobs:
82
80
  uses: actions/setup-node@v2.1.5
83
81
  with:
84
82
  always-auth: true
85
- node-version: 14
86
- registry-url: "https://registry.npmjs.org"
83
+ node-version: 20
84
+ registry-url: 'https://registry.npmjs.org'
87
85
 
88
86
  - name: Install Dependencies with Caching
89
87
  uses: bahmutov/npm-install@v1.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/semantic-release-config",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "ivuorinen's shareable configuration for semantic-release.",
5
5
  "author": {
6
6
  "name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
39
39
  "@ivuorinen/config-checker": "^1.1.2",
40
40
  "@semantic-release/changelog": "6.0.3",
41
41
  "@semantic-release/git": "10.0.1",
42
- "semantic-release": "23.0.6"
42
+ "semantic-release": "23.0.7"
43
43
  },
44
- "gitHead": "21d0cbedecda88ca63c9fc3140d051c929a6ffac"
44
+ "gitHead": "1fdb02a66d193e7fe790e865ba2beefd891ebcdf"
45
45
  }