We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f818b2 commit af5559aCopy full SHA for af5559a
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: 18
+ node-version: 20
14
- run: yarn
15
- run: yarn test
16
MAINTAINERS.md
@@ -5,3 +5,5 @@
5
- [ballercat](https://github.com/ballercat)
6
- [erj826](https://github.com/erj826)
7
- [ndreckshage](https://github.com/ndreckshage)
8
+- [hamlim](https://github.com/hamlim)
9
+- [akiryk](https://github.com/akiryk)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wayfair/one-version",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "Opinionated Monorepo Dependency Management CLI",
"bin": "src/index.js",
"main": "src/index.js",
0 commit comments