Skip to content

Commit e87ebd9

Browse files
authored
Release v1.0.3 (#37)
1 parent ae78f42 commit e87ebd9

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.git
2+
.github
3+
.vscode
4+
demo
5+
image
6+
node_modules
7+
test
8+
tsconfig.json
9+
jest.config.ts
10+
package-lock.json
11+
CHAGNELOG.md
12+
.eslintignore
13+
.eslintrc.json
14+
.prettierignore
15+
.prettierrc.json

CHAGNELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.0.3 (2023/12/24)
4+
5+
- Add npmignore
6+
37
## 1.0.2 (2023/12/23)
48

59
- Migrated implementation to typescript (#31)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "markdown-it-named-code-blocks",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A markdown-it plugin to create named code blocks.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)