Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jan Beyer committed Oct 9, 2022
1 parent 281f092 commit 0463137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# 2.4.0-1

- Change all Properties dynamically *anytime*. Solves #111 and #95. Very helpful for async libraries like react. You can do so using the `setSettings` method, you can pass any settings in the object and they will be updated. Example: update the drag area at any time by running: `ds.setSettings({ area: document.getElementById("new-area") })`.
- Remove deprecated keys `ctrlKey`, `shiftKey` and `metaKey`. Use `Control`, `Shift` and `Meta` respectively instead.
Expand Down
2 changes: 2 additions & 0 deletions deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Rollup is necessary for npm packages (since `dist` will be deployed to npm but i
versions are either `patch` wich changes 0.0.x, `minor` wich changes 0.x.0 or `major` for x.0.0.
See [npm docs](https://docs.npmjs.com/getting-started/publishing-npm-packages)

Check if the `changelog` reflects the latest version

After that push again, just to make sure and then publish

```
Expand Down

0 comments on commit 0463137

Please sign in to comment.