We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46549d commit 28d0d20Copy full SHA for 28d0d20
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [2.0.0](https://github.com/eik-lib/sink-memory/compare/v1.1.3...v2.0.0) (2024-11-13)
2
+
3
4
+### Bug Fixes
5
6
+* upgrade dependencies ([#13](https://github.com/eik-lib/sink-memory/issues/13)) ([c46549d](https://github.com/eik-lib/sink-memory/commit/c46549d8ce4cf931ad65c591485ce33a367801ce))
7
8
9
+### BREAKING CHANGES
10
11
+* Requires Node >=20.5.0
12
13
## [1.1.3](https://github.com/eik-lib/sink-memory/compare/v1.1.2...v1.1.3) (2024-11-13)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "@eik/sink-memory",
- "version": "1.1.3",
+ "version": "2.0.0",
"description": "In-memory sink designed for tests.",
"main": "lib/main.js",
"types": "types/main.d.ts",
0 commit comments