Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adierkens committed Dec 22, 2022
1 parent 55e88f6 commit ee7c021
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# v0.2.4 (Thu Dec 22 2022)

#### 🐛 Bug Fix

- Add auto, eslint, prettier, circle, etc [#6](https://github.com/adierkens/tapable-ts/pull/6) ([@adierkens](https://github.com/adierkens))
- Fix unexpected `before` tap option behavior [#5](https://github.com/adierkens/tapable-ts/pull/5) ([@KetanReddy](https://github.com/KetanReddy))
- Add option to specify order of taps [#3](https://github.com/adierkens/tapable-ts/pull/3) ([@KetanReddy](https://github.com/KetanReddy))
- Add support for context in intercepted call [#2](https://github.com/adierkens/tapable-ts/pull/2) ([@adierkens](https://github.com/adierkens))

#### ⚠️ Pushed to `main`

- Add jest reporter ([@adierkens](https://github.com/adierkens))
- fix yarn.lock ([@adierkens](https://github.com/adierkens))
- 0.2.3 ([@adierkens](https://github.com/adierkens))
- 0.2.2 ([@adierkens](https://github.com/adierkens))
- fix version ([@adierkens](https://github.com/adierkens))
- 0.2.0 ([@adierkens](https://github.com/adierkens))
- 0.1.0 ([@adierkens](https://github.com/adierkens))
- Add some badges ([@adierkens](https://github.com/adierkens))
- 0.0.2 ([@adierkens](https://github.com/adierkens))
- Update repo info ([@adierkens](https://github.com/adierkens))
- 0.0.1 ([@adierkens](https://github.com/adierkens))
- docs ([@adierkens](https://github.com/adierkens))
- More tests ([@adierkens](https://github.com/adierkens))
- Add intercept manager ([@adierkens](https://github.com/adierkens))
- Add some docs ([@adierkens](https://github.com/adierkens))
- Add link to tapable ([@adierkens](https://github.com/adierkens))
- Add rest of hooks ([@adierkens](https://github.com/adierkens))
- Start hooks repo ([@adierkens](https://github.com/adierkens))
- Initial commit ([@adierkens](https://github.com/adierkens))

#### Authors: 2

- Adam Dierkens ([@adierkens](https://github.com/adierkens))
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

0 comments on commit ee7c021

Please sign in to comment.