Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.1.0...v10.0.0) (2024-10-17)

* ESM only + move to webtestrunnner ([#467](#467)) ([a8db3ed](a8db3ed))

### BREAKING CHANGES

* This module only supports ESM. CommonJS and non-ESM
script tags are no longer supported.

* chore: add web-test-runner

* chore: add coverage reporting for CLI tests

* chore: fail CLI tests if coverage is not 100%
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent a8db3ed commit e0df06a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [10.0.0](https://github.com/Trott/slug/compare/v9.1.0...v10.0.0) (2024-10-17)


* ESM only + move to webtestrunnner ([#467](https://github.com/Trott/slug/issues/467)) ([a8db3ed](https://github.com/Trott/slug/commit/a8db3edebf0dad4b44f6ba5396accca60a7db084))


### BREAKING CHANGES

* This module only supports ESM. CommonJS and non-ESM
script tags are no longer supported.

* chore: add web-test-runner

* chore: add coverage reporting for CLI tests

* chore: fail CLI tests if coverage is not 100%

# [9.1.0](https://github.com/Trott/slug/compare/v9.0.0...v9.1.0) (2024-05-24)


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": "slug",
"description": "slugifies even utf-8 chars!",
"version": "9.1.0",
"version": "10.0.0",
"type": "module",
"homepage": "https://github.com/Trott/slug",
"author": "dodo (https://github.com/dodo)",
Expand Down

0 comments on commit e0df06a

Please sign in to comment.