Skip to content

Commit

Permalink
prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Nov 6, 2023
1 parent 4cc9049 commit 9c81ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog


## [3.0.0](https://github.com/supercharge/queue-datastructure/compare/v2.1.0...v3.0.0) - 2022-xx-xx
## [3.0.0](https://github.com/supercharge/queue-datastructure/compare/v2.1.0...v3.0.0) - 2023-11-xx

### Updated
- bump dependencies

### Breaking Changes
- require Node.js v14, drop support for Node.js v10 and v12
- require Node.js v20, drop support for Node.js any earlier version
- migrate the package to ESM
- use named exports: use `import { Queue } from '@supercharge/queue-datastructure`
```ts
// before
Expand All @@ -16,7 +17,6 @@

// now
import { Queue } from '@supercharge/queue-datastructure'
const { Queue } = require('@supercharge/queue-datastructure')
```


Expand Down

0 comments on commit 9c81ed0

Please sign in to comment.