Skip to content

Commit 273c9df

Browse files
committed
v1.2.1 release
Signed-off-by: Matthew Peveler <[email protected]>
1 parent e327e83 commit 273c9df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v1.2.1
4+
5+
* Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions
6+
37
### v1.2.0
48

59
* Replace request dependency with node-fetch

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cisl/io",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A framework for building distributed applications",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)