Skip to content

Commit

Permalink
Change version in package.json, prepare 0.5.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiryk authored Apr 26, 2024
1 parent 1f818b2 commit af5559a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn
- run: yarn test

Expand Down
2 changes: 2 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
- [ballercat](https://github.com/ballercat)
- [erj826](https://github.com/erj826)
- [ndreckshage](https://github.com/ndreckshage)
- [hamlim](https://github.com/hamlim)
- [akiryk](https://github.com/akiryk)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayfair/one-version",
"version": "0.4.0",
"version": "0.5.0",
"description": "Opinionated Monorepo Dependency Management CLI",
"bin": "src/index.js",
"main": "src/index.js",
Expand Down

0 comments on commit af5559a

Please sign in to comment.