Skip to content

Commit af5559a

Browse files
authored
Change version in package.json, prepare 0.5.0 (#57)
1 parent 1f818b2 commit af5559a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18
13+
node-version: 20
1414
- run: yarn
1515
- run: yarn test
1616

MAINTAINERS.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- [ballercat](https://github.com/ballercat)
66
- [erj826](https://github.com/erj826)
77
- [ndreckshage](https://github.com/ndreckshage)
8+
- [hamlim](https://github.com/hamlim)
9+
- [akiryk](https://github.com/akiryk)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayfair/one-version",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Opinionated Monorepo Dependency Management CLI",
55
"bin": "src/index.js",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)