@jitsi/robotjs 0.6.9 → 0.6.11

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.
package/README.md CHANGED
@@ -172,10 +172,9 @@ I like AutoHotkey, but I like Node.js more. By developing RobotJS I get an AutoH
172
172
 
173
173
  ## Publishing
174
174
 
175
- 1. Increment the version: `npm version patch`
176
- 2. Push to github: `git push --follow-tags`
177
- 3. Create and publish Github release: `gh release create v1.2.3`, replacing v1.2.3 with the actual release number
178
- 4. Github action will prebuildify and publish release to npm
175
+ On every push to main branch, the .github/workflows/ci.yml will create a new version and publish to npm.
176
+
177
+ If a major or minor release is required, use respective key words in the commit message, see https://github.com/phips28/gh-action-bump-version#workflow
179
178
 
180
179
  ## License
181
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsi/robotjs",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
4
4
  "description": "Node.js Desktop Automation.",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
Binary file
Binary file
Binary file