Skip to content

Commit

Permalink
1.2.0 (#61)
Browse files Browse the repository at this point in the history
Contains:

* #60
  • Loading branch information
JoshuaKGoldberg committed Jul 18, 2023
1 parent 59a511b commit b6cdb9d
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.2.0

- fix(dependencies): move babel-plugin-macros to optional peer (#60)

## 1.1.0

- build: convert dedent.ts and tests to TypeScript (#51)
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.1.0",
"version": "1.2.0",
"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 b6cdb9d

Please sign in to comment.