Skip to content

Commit

Permalink
chore(CHANGELOG): update to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 7, 2024
1 parent df16f92 commit 501f7f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to [tiny-svg](https://github.com/bpmn-io/tiny-svg) are docum

___Note:__ Yet to be released changes appear here._

## 4.0.0

* `CHORE`: turn into ES module
* `CHORE`: require Node >= 16
* `CHORE`: drop UMD distribution

### Breaking Change

* This library is now an ES only module, and can consumed as such in modern JavaScript environments.

## 3.0.1

* `FIX`: correct `create` type definition ([#13](https://github.com/bpmn-io/tiny-svg/pull/13))
Expand Down

0 comments on commit 501f7f0

Please sign in to comment.