File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discue/vuepress-plugin-outline" ,
3
3
"author" : " Stefan Pfaffel" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"license" : " ISC" ,
6
6
"private" : false ,
7
7
"description" : " Adds an outline of the current page's headlines to the right side of the screen" ,
37
37
"release-major" : " standard-version --release-as major && git push --follow-tags origin && npm publish" ,
38
38
"release-minor" : " standard-version --release-as minor && git push --follow-tags origin && npm publish"
39
39
}
40
- }
40
+ }
You can’t perform that action at this time.
0 commit comments