Skip to content

Commit 0648a62

Browse files
committed
chore(main): release 1.0.0
1 parent 427420a commit 0648a62

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-04-21)
4+
5+
6+
### Features
7+
8+
* initial plugin version ([427420a](https://github.com/tgreyuk/remark-insert-headings/commit/427420aa9eff1adc31624efd5d2221749e03ed43))

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-insert-headings",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A remark plugin that automatically inserts one or more specified headings into a Markdown document if they are not already present.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)