Skip to content

Commit

Permalink
chore(core): take v12 out of alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 24, 2023
1 parent e17b696 commit 50d2d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
npm install --save-dev syncpack
```

<!-- prettier-ignore-start -->

> [!NOTE]
> [v12.0.0-alpha-*](https://github.com/JamieMason/syncpack/releases?q=alpha) versions are available to trial and give feedback. This milestone adds support for a much wider range of npm version specifiers, console output improvements, and more. If you have tried it, please [leave a comment](https://github.com/JamieMason/syncpack/commit/ab9928008e7d44d096068602f3e6f2a561d4e31e#comments) to confirm it is stable.
<!-- prettier-ignore-end -->

## Documentation

Full information can be found in the documentation at https://jamiemason.github.io/syncpack/.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"lint:eslint": "eslint --ext .ts .",
"lint:ts": "tsc --noEmit --project tsconfig.json",
"prepack": "npm run build",
"release": "release-it --increment=prerelease",
"release": "release-it",
"test": "vitest run --config vitest.config.ts"
}
}

0 comments on commit 50d2d6a

Please sign in to comment.