Skip to content

Commit db6f3c6

Browse files
committed
[CI] Bump version to v0.5.0
1 parent dad4274 commit db6f3c6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.yarn/versions/2b86c2b3.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
react-router-typesafe-routes: minor

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.0] - 2022-09-14
99

1010
### Added
1111

@@ -35,6 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Hook dependencies are now properly listed, which is checked by ESLint. This fixes `useTypedSearchParams` for dynamic routes.
3636
- Prevent access to internal `useUpdatingRef` helper.
3737

38-
[unreleased]: https://github.com/fenok/react-router-typesafe-routes/tree/dev
38+
[0.5.0]: https://github.com/fenok/react-router-typesafe-routes/tree/v0.5.0
3939
[0.4.3]: https://github.com/fenok/react-router-typesafe-routes/tree/v0.4.3
4040
[0.4.2]: https://github.com/fenok/react-router-typesafe-routes/tree/v0.4.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-typesafe-routes",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Comprehensive type-safe routes for react-router v6 with first-class support for nested routes and param validation.",
55
"keywords": [
66
"typesafe",

0 commit comments

Comments
 (0)