Skip to content

Commit

Permalink
chore(projects): release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Jul 26, 2024
1 parent 0fdbfa1 commit f366175
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [v0.2.2](https://github.com/mufeng889/react-auto-route/compare/v0.2.1...v0.2.2) (2024-07-27)

###    🚀 Features

- **package**: update homepage &nbsp;-&nbsp; by **wang** [<samp>(0fdbf)</samp>](https://github.com/mufeng889/react-auto-route/commit/0fdbfa1)

### &nbsp;&nbsp;&nbsp;❤️ Contributors


[wang](mailto:[email protected])

## [v0.2.1](https://github.com/mufeng889/react-auto-route/compare/v0.2.0...v0.2.1) (2024-07-27)

### &nbsp;&nbsp;&nbsp;🚀 Features
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ohh/react-auto-route",
"private": false,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"description": "A plugin to create router elegantly",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -62,10 +62,15 @@
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*","./*"]
"*": [
"./dist/*",
"./*"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "pnpm typecheck && pnpm unbuild",
Expand Down

0 comments on commit f366175

Please sign in to comment.