Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Mar 10, 2024
1 parent c337e3f commit da8e67e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 2.0.1 (2024-03-10)

### Bug Fixes

- add missing deps and improve types ([c337e3f](https://github.com/effector/remark-heading-id/commit/c337e3fbed5ec7ed786ae13a66ad004984943cbe))

### Features

- adding default header & allowing prettier to be run on tests ([86a55d3](https://github.com/effector/remark-heading-id/commit/86a55d3167ef3230daa77a60edfad6f3f539edd6))
- adding option to disable default, reorganizing code, more tests ([7b1d28d](https://github.com/effector/remark-heading-id/commit/7b1d28d4339dc687cccfbfe810a436b9d4200d6a))
- changing defaults to disabled by default ([e334d6c](https://github.com/effector/remark-heading-id/commit/e334d6c9ba737772be4fd35693e0613740c8263b))
- should use (#id) syntax ([6e63f6b](https://github.com/effector/remark-heading-id/commit/6e63f6bb1befa30136a57a9fbf09abb64b436ba7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effector/remark-heading-id",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"types": "index.d.ts",
"publishConfig": {
Expand Down

0 comments on commit da8e67e

Please sign in to comment.