Skip to content

Commit 69a1d77

Browse files
chore(release): @ucast/mongo@2.3.0 [skip ci]
1 parent 35713c2 commit 69a1d77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/mongo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [2.3.0](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.2.0...@ucast/mongo@2.3.0) (2020-08-20)
6+
7+
8+
### Features
9+
10+
* **esm:** adds ESM support via dual loading in package.json for latest Node.js version ([c730f95](https://github.com/stalniy/ucast/commit/c730f9598a4c62589c612403c0ac59ba4aa1600e)), closes [#10](https://github.com/stalniy/ucast/issues/10)
11+
512
# [2.2.0](https://github.com/stalniy/ucast/compare/@ucast/mongo@2.1.2...@ucast/mongo@2.2.0) (2020-08-18)
613

714

packages/mongo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ucast/mongo",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "git@github.com:stalniy/ucast.git",
55
"main": "dist/es6c/index.js",
66
"module": "dist/es5m/index.js",

0 commit comments

Comments
 (0)