Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 19, 2024
1 parent 5131fb7 commit 0fdffbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.0](https://github.com/MuXiu1997/nvim/compare/v0.4.0...v0.5.0) (2024-03-19)


### Features

* migrate to `lazy.vim` ([5131fb7](https://github.com/MuXiu1997/nvim/commit/5131fb77fa86e7fe796fb6c9a257cf949ae36294))

## [0.4.0](https://github.com/MuXiu1997/nvim/compare/v0.3.1...v0.4.0) (2024-03-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nvim",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "chokidar 'src/**/*' 'types/**/*' -c 'pnpm run build'",
Expand Down

0 comments on commit 0fdffbc

Please sign in to comment.