Skip to content

Commit

Permalink
Release v0.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Jun 17, 2023
1 parent 6301673 commit 6f4dccc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHAGNELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.2.0 (2023/06/17)

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

## 0.1.0 (2020/10/16)

- First release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-named-code-blocks",
"version": "0.1.0",
"version": "0.2.0",
"description": "A markdown-it plugin to create named code blocks.",
"main": "./src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,4 +38,4 @@
"path": "^0.12.7",
"prettier": "^2.1.2"
}
}
}

0 comments on commit 6f4dccc

Please sign in to comment.