Skip to content

Commit 59e3af2

Browse files
committed
chore(release): 0.1.0
1 parent 087f850 commit 59e3af2

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 (2025-01-12)
6+
7+
8+
### Features
9+
10+
* add plugin code ([087f850](https://github.com/discue/vuepress-plugin-outline/commit/087f85026f3d5695162de9d8eb5f4a63ef0eee19))
11+
12+
13+
### Chores
14+
15+
* add eslint config and script ([f4b4ae5](https://github.com/discue/vuepress-plugin-outline/commit/f4b4ae5b54f36e373062dc8fe2b30c633ee75dbb))
16+
* add license ([2f1dc1b](https://github.com/discue/vuepress-plugin-outline/commit/2f1dc1b9b0eb5ea6f628295e0c126dc5dbd917c8))
17+
* add module package files ([7cea4c6](https://github.com/discue/vuepress-plugin-outline/commit/7cea4c63851face7ffe51c17786c32b652a15da5))
18+
* add releaese notes config ([515d0fa](https://github.com/discue/vuepress-plugin-outline/commit/515d0fa2d9d211dc654884417a7830f1b4d4a998))
19+
* **ci:** add github workflows ([e717864](https://github.com/discue/vuepress-plugin-outline/commit/e7178645f181cb7811d4ffdbf5cfcdf96772d9e6))
20+
* **docs:** add readme ([99d94e6](https://github.com/discue/vuepress-plugin-outline/commit/99d94e69855dddafa0205228e06e3dd40aa262a2))
21+
* **repo:** add gitignore ([fb9f90f](https://github.com/discue/vuepress-plugin-outline/commit/fb9f90f0d4b863a76db8dc5d2fd546823c0d6f24))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@discue/vuepress-plugin-outline",
33
"author": "Stefan Pfaffel",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"license": "ISC",
66
"private": false,
77
"description": "Adds an outline of the current page's headlines to the right side of the screen",
@@ -37,4 +37,4 @@
3737
"release-major": "standard-version --release-as major && git push --follow-tags origin && npm publish",
3838
"release-minor": "standard-version --release-as minor && git push --follow-tags origin && npm publish"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)