Skip to content

Commit d6a63da

Browse files
authored
rev to stable in prep for publishing (#83)
1 parent 8f7850f commit d6a63da

File tree

5 files changed

+622
-624
lines changed

5 files changed

+622
-624
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.5.0-dev
1+
## v1.5.0
22

33
* Re-wrote the implementation of the action into Dart.
44
* Auto-detect the platform architecture (`x64`, `ia32`, `arm`, `arm64`).

DEVELOPING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ re-compile the JavaScript code via `npm run all`. This will:
1818

1919
- compile the Dart source (via dart2js) to `lib/main.js`; copy that file to
2020
`dist/main.cjs`
21-
- package and minify the `lib/main.mjs` entrypoint point and referencd node
21+
- package and minify the `lib/main.mjs` entrypoint point and referenced node
2222
modules to `dist/index.mjs`
2323

2424
### Files

0 commit comments

Comments
 (0)