Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 27, 2022
1 parent 81d4bc4 commit 3461c43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0 2022-10-27
* Use ESM
**breaking**: please read [this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
* Add types
**breaking**: tiny chance of breaking, use a new version of TS and it’ll work

## 1.5.0 2022-10-25
* Update Unicode to 13, to match GH

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github-slugger",
"description": "Generate a slug just like GitHub does for markdown headings.",
"version": "1.5.0",
"version": "2.0.0",
"author": "Dan Flettre <flettre@gmail.com>",
"contributors": [
"Dan Flettre <flettre@gmail.com>",
Expand Down

0 comments on commit 3461c43

Please sign in to comment.