Skip to content

Commit 3461c43

Browse files
committed
2.0.0
1 parent 81d4bc4 commit 3461c43

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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+
612
## 1.5.0 2022-10-25
713
* Update Unicode to 13, to match GH
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-slugger",
33
"description": "Generate a slug just like GitHub does for markdown headings.",
4-
"version": "1.5.0",
4+
"version": "2.0.0",
55
"author": "Dan Flettre <[email protected]>",
66
"contributors": [
77
"Dan Flettre <[email protected]>",

0 commit comments

Comments
 (0)