From 72927bddf0021cfe3881992460f878baa7694c4e Mon Sep 17 00:00:00 2001 From: unleashy Date: Thu, 2 May 2024 19:33:26 -0300 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 3 +++ README.md | 10 ++++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a414be..9d3b047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 1a39098..a45c35c 100644 --- a/README.md +++ b/README.md @@ -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 ` +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 ` +7. Create release on Github ## License diff --git a/package.json b/package.json index 4328665..0fa1c70 100644 --- a/package.json +++ b/package.json @@ -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",