Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashy committed May 2, 2024
1 parent 8df3419 commit 72927bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Added

- Several internal types are now exported
Expand Down Expand Up @@ -103,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Vahv itself! This is its first release.

[Unreleased]: https://github.com/unleashy/vahv/compare/v0.4.0...HEAD
[0.5.0]: https://www.npmjs.com/package/vahv/v/0.5.0
[0.4.0]: https://www.npmjs.com/package/vahv/v/0.4.0
[0.3.2]: https://www.npmjs.com/package/vahv/v/0.3.2
[0.3.1]: https://www.npmjs.com/package/vahv/v/0.3.1
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ prettify and lint the codebase.
### Releasing

1. Edit CHANGELOG.md to document each change appropriately
2. Commit with message "vx.y.z"
3. `pnpm publish`
4. Push commits: `git push`
5. Push tag: `git push origin <vx.y.z>`
2. Bump version in package.json
3. Commit with message "vx.y.z"
4. `pnpm publish`
5. Push commits: `git push`
6. Push tag: `git push origin <vx.y.z>`
7. Create release on Github

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vahv",
"version": "0.4.0",
"version": "0.5.0",
"author": "Emmanuelle Fernandes",
"description": "Composable form validation library for TypeScript",
"license": "MIT",
Expand Down

0 comments on commit 72927bd

Please sign in to comment.