Skip to content

Commit

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

## [Unreleased]

## [0.4.0] - 2024-05-02

### Changed

- Updated project to modern standards, using unbuild, vitest, modern eslint,
etc.
- **BREAKING CHANGES:**
- This package is ESM-only now and requires Node ^20.

## [0.3.2] - 2021-06-02

### Changed
Expand Down Expand Up @@ -72,7 +81,10 @@ 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.3.0...HEAD
[unreleased]: https://github.com/unleashy/vahv/compare/v0.4.0...HEAD
[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
[0.3.0]: https://www.npmjs.com/package/vahv/v/0.3.0
[0.2.0]: https://www.npmjs.com/package/vahv/v/0.2.0
[0.1.0]: https://www.npmjs.com/package/vahv/v/0.1.0
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.3.2",
"version": "0.4.0",
"author": "Emmanuelle Fernandes",
"description": "Composable form validation library for TypeScript",
"license": "MIT",
Expand Down

0 comments on commit e238dc1

Please sign in to comment.