Skip to content

Commit

Permalink
docs: added small manual CHANGELOG.md (#56)
Browse files Browse the repository at this point in the history
#55 will add more infrastructure to auto-generate a nicer file. In the
meantime, this adds the last few months of changes (since I started
working on this repo).

Fixes #48.
  • Loading branch information
JoshuaKGoldberg authored Jul 17, 2023
1 parent b131525 commit 26c8235
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

This changelog represents changes merged in 2023.
Older changes can be viewed in https://github.com/dmnd/dedent/commits/main.

## 1.1.0

- build: convert dedent.ts and tests to TypeScript (#51)

## 1.0.2

- fix: update types (#44)

## 1.0.1

This was a version bump only to mark 1.x as stable.

## 1.0.0

This version was given the `beta` tag in npm.

- fix: add babel-plugin-add-module-exports (#40)
- build: publish ESM and .d.ts (#32)
- build: re-run build to refresh dist/dedent.js (#38)

## 0.8.0-beta

- enable tab compatibility (#28)

0 comments on commit 26c8235

Please sign in to comment.