@psm14/semantic-release-path-filter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@psm14/semantic-release-path-filter",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "files": [
10
- "index.js"
10
+ "index.js",
11
+ "README.md"
11
12
  ],
12
13
  "author": "Patrick McLaughlin <me@patmclaughl.in>",
13
14
  "license": "ISC",