Skip to content

Commit

Permalink
v0.10.0 (#146)
Browse files Browse the repository at this point in the history
* 0.10.0

* Replace Node 18.x with 22.x in CI

* Bump mo-fmt

* Adjust dependencies for 'mo-fmt'
  • Loading branch information
rvanasa authored Nov 25, 2024
1 parent ee579b5 commit 06a1c4e
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
47 changes: 25 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-motoko",
"version": "0.9.4",
"version": "0.10.0",
"description": "A code formatter for the Motoko smart contract language.",
"main": "lib/environments/node.js",
"browser": "lib/environments/web.js",
Expand Down
Loading

0 comments on commit 06a1c4e

Please sign in to comment.