Skip to content

Commit ef61985

Browse files
chore(release): @ucast/[email protected] [skip ci]
1 parent 9884051 commit ef61985

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/js/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# 1.0.0 (2020-07-10)
6+
7+
8+
### Features
9+
10+
* **mongo:** stabilize mongo package ([7d77768](https://github.com/stalniy/ucast/commit/7d7776874be3050026b53ee3b61c3361a89d1b21))
11+
* **mongo:** updates mongo parser to support ValueParsingInstruction ([b918c34](https://github.com/stalniy/ucast/commit/b918c34224a5b60f3f1aa16197587f279b0e3e3a))
12+
13+
14+
### Reverts
15+
16+
* **package:** reverts root package.json to fix CI ([277deb5](https://github.com/stalniy/ucast/commit/277deb561bc2a74a2c98170608805ded57802d7d))

packages/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ucast/js",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "[email protected]:stalniy/ucast.git",
55
"sideEffects": false,
66
"main": "dist/umd/index.js",

0 commit comments

Comments
 (0)