Skip to content

Commit

Permalink
1.5.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Jul 31, 2023
1 parent 40a6871 commit 4582ee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This changelog represents changes merged in 2023.
Older changes can be viewed in https://github.com/dmnd/dedent/commits/main.

## 1.5.1

- fix: add missing dedent.d.mts entry to package.json files

## 1.5.0

- feat: add options with escapeSpecialCharacters (#65)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dedent",
"version": "1.5.0",
"version": "1.5.1",
"description": "An ES6 string tag that strips indentation from multi-line strings",
"main": "dist/dedent.js",
"types": "./dist/dedent.d.ts",
Expand Down

0 comments on commit 4582ee0

Please sign in to comment.