Skip to content

Commit 6a3ebb3

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-25) ### Bug Fixes * add missing typings in tsconfig ([77c0973](77c0973)) * coverage reporting ([e35d676](e35d676)) * invalid pnpm-lock ([6a703b5](6a703b5)) ### Features * initialize the library ([938ebea](938ebea))
1 parent 77c0973 commit 6a3ebb3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2025-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing typings in tsconfig ([77c0973](https://github.com/neg4n/remark-github-markdown-alerts/commit/77c0973045bfa4abc305af354116fe725fa31f4a))
7+
* coverage reporting ([e35d676](https://github.com/neg4n/remark-github-markdown-alerts/commit/e35d676872f794131ebbc5b49bd6acdab38f6fbf))
8+
* invalid pnpm-lock ([6a703b5](https://github.com/neg4n/remark-github-markdown-alerts/commit/6a703b5a9fb7b10ccc69b533e6bcd65a933c4e8f))
9+
10+
11+
### Features
12+
13+
* initialize the library ([938ebea](https://github.com/neg4n/remark-github-markdown-alerts/commit/938ebeac83df346ec87bcdd088e97ef2b882320a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-github-markdown-alerts",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "An unifiedjs (remark) plugin to convert GitHub Markdown alerts syntax into actual UI",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)