@jeromefitz/semantic 6.0.0 → 6.0.1

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,10 +32,10 @@ Quickly though you can look at `./changelog.config.js` in this repo to see how t
32
32
 
33
33
  ### Semantic Release
34
34
 
35
- `./release.config.js`
35
+ `./release.config.cjs`
36
36
 
37
37
  ```js
38
- const release = require('@jeromefitz/semantic/release.config.js')
38
+ const release = require('@jeromefitz/semantic/release.config.cjs')
39
39
  module.exports = {
40
40
  ...release,
41
41
  }
@@ -44,7 +44,7 @@ module.exports = {
44
44
  #### Example
45
45
 
46
46
  ```js
47
- const release = require('@jeromefitz/semantic/release.config.js')
47
+ const release = require('@jeromefitz/semantic/release.config.cjs')
48
48
 
49
49
  const _extends = ['semantic-release-commit-filter']
50
50
  const plugins = release.plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/semantic",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Semantic Versioning, Conventional Commits with CI/CD for GitHub Actions.",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",