Skip to content

Commit 6f4dccc

Browse files
authored
Release v0.2.0 (#14)
1 parent 6301673 commit 6f4dccc

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHAGNELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.2.0 (2023/06/17)
4+
5+
- Update dev dependencies version (#9, #10, #12, #13)
6+
- Update dependencies version (#11)
7+
- Add dependabot (#7, #8)
8+
- Add type support (#1) [@KyleSmith0905](https://github.com/KyleSmith0905)
9+
- Add CI (#5, #6)
10+
- Fix npm audit (#4)
11+
- Change to use const instead of var in samples (#2) [@KyleSmith0905](https://github.com/KyleSmith0905)
12+
- Fix typos in README.md (#3) [@KyleSmith0905](https://github.com/KyleSmith0905)
13+
314
## 0.1.0 (2020/10/16)
415

516
- First release

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-named-code-blocks",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A markdown-it plugin to create named code blocks.",
55
"main": "./src/index.js",
66
"scripts": {
@@ -38,4 +38,4 @@
3838
"path": "^0.12.7",
3939
"prettier": "^2.1.2"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)