File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## 2.0.0 2022-10-27
7
+ * Use ESM
8
+ ** breaking** : please read [ this guide] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c )
9
+ * Add types
10
+ ** breaking** : tiny chance of breaking, use a new version of TS and it’ll work
11
+
6
12
## 1.5.0 2022-10-25
7
13
* Update Unicode to 13, to match GH
8
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-slugger" ,
3
3
"description" : " Generate a slug just like GitHub does for markdown headings." ,
4
- "version" : " 1.5 .0" ,
4
+ "version" : " 2.0 .0" ,
5
5
"author" : " Dan Flettre <flettre@gmail.com>" ,
6
6
"contributors" : [
7
7
" Dan Flettre <flettre@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments