Skip to content

Commit bd9ea3f

Browse files
committed
chore(release): 0.1.0
1 parent b00d62d commit bd9ea3f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.1.0 (2021-12-29)
6+
7+
8+
### Features
9+
10+
* 🎸 core ([cf2180a](https://github.com/MuXiu1997/nvim/commit/cf2180a7f84b798bb3011df7b34a7d6a553cce5b))
11+
* 🎸 init.lua ([ec34345](https://github.com/MuXiu1997/nvim/commit/ec34345ff3e0c7d06e10e75efcdb20090c4b5651))
12+
* 🎸 lib ([74a83c4](https://github.com/MuXiu1997/nvim/commit/74a83c44473c55e3ba9e7b2922a9c88412577621))
13+
* 🎸 modules ([d6a4111](https://github.com/MuXiu1997/nvim/commit/d6a41115ebbe140e20c8682c6d165064a3c674ee))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nvim",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"scripts": {
66
"dev": "chokidar 'src/**/*' 'types/**/*' -c 'pnpm run build'",
77
"build": "scripts/build.mjs"

0 commit comments

Comments
 (0)