Skip to content

Commit

Permalink
rev to stable in prep for publishing (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Mar 16, 2023
1 parent 8f7850f commit d6a63da
Show file tree
Hide file tree
Showing 5 changed files with 622 additions and 624 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.5.0-dev
## v1.5.0

* Re-wrote the implementation of the action into Dart.
* Auto-detect the platform architecture (`x64`, `ia32`, `arm`, `arm64`).
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ re-compile the JavaScript code via `npm run all`. This will:

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

### Files
Expand Down
Loading

0 comments on commit d6a63da

Please sign in to comment.