Skip to content

Commit

Permalink
doc: add changelog entry
Browse files Browse the repository at this point in the history
Co-authored-by: Iris Booker <[email protected]>
  • Loading branch information
ibooker and Iris Booker committed Nov 19, 2024
1 parent b8ec9d4 commit 3181905
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
# CHANGELOG

# 3.0.1
# UNRELEASED

- Update (sub-)dependencies
- `cross-spawn` to 7.0.6
- `micromatch` to 4.0.8

## 3.0.1

- Update braces to 3.0.3

# 3.0.0
## 3.0.0

- Update to node v18

- Dev Dependency Updates
- Update to TypeScript 5
- Update other minor dependencies to latest minor version

# 2.1.0
## 2.1.0

- Add typescript types

# 2.0.0
## 2.0.0

_Breaking Changes_

- Errors that are thrown in callback functions are now logged to the console (#4)

# 1.1.1
## 1.1.1

- Publish to npm as scoped package

# 1.1.0
## 1.1.0

- Add wrap-prototype function for wrapping all methods on a prototype

# 1.0.0
## 1.0.0

- Initial release

0 comments on commit 3181905

Please sign in to comment.