Skip to content

Commit

Permalink
chore(release): v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 3, 2024
1 parent 9bf9217 commit 2bad8b5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to the "vscode-park-ui-react" extension will be documented i

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.0.4

[compare changes](https://github.com/selemondev/vscode-park-ui/compare/v0.0.1...v0.0.4)

### 🚀 Enhancements

- **snippets:** Add Skeleton snippets ([e4c0758](https://github.com/selemondev/vscode-park-ui/commit/e4c0758))

### 💅 Refactors

- **bundler:** Migrate from webpack to tsup ([887803c](https://github.com/selemondev/vscode-park-ui/commit/887803c))

### 📖 Documentation

- Update README.md ([42bacde](https://github.com/selemondev/vscode-park-ui/commit/42bacde))

### 🏡 Chore

- **scripts:** Add scripts ([9bf9217](https://github.com/selemondev/vscode-park-ui/commit/9bf9217))

### ❤️ Contributors

- Selemondev <selemondev19@gmail.com>

## [Unreleased]

- Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/selemondev/vscode-park-ui/issues",
"email": "selemonsrdev@gmail.com"
},
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.85.0"
},
Expand Down Expand Up @@ -111,4 +111,4 @@
"dependencies": {
"ofetch": "^1.3.3"
}
}
}

0 comments on commit 2bad8b5

Please sign in to comment.