@arcadible/github-release-tools 0.1.9 → 0.1.10

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # GitHub Release Tools
2
2
 
3
- Provides helper commands used by the `Arcadible Release` workflow on GitHub.
3
+ Provides helper commands for the `Arcadible Release` workflow on GitHub Actions.
package/package.json CHANGED
@@ -18,5 +18,5 @@
18
18
  },
19
19
  "license": "Apache-2.0",
20
20
  "name": "@arcadible/github-release-tools",
21
- "version": "0.1.9"
21
+ "version": "0.1.10"
22
22
  }