We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327e83 commit 273c9dfCopy full SHA for 273c9df
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v1.2.1
4
+
5
+* Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions
6
7
### v1.2.0
8
9
* Replace request dependency with node-fetch
package.json
@@ -1,6 +1,6 @@
{
"name": "@cisl/io",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "A framework for building distributed applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments