Skip to content

Commit 44c7eac

Browse files
committed
Update version on README and CHANGELOG
1 parent 059ea0f commit 44c7eac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [2.1.0]
4+
### Added
5+
- UPDATE support
6+
- DELETE support
7+
38
## [2.0.2]
49
### Updated
510
- Change SQL endpoint from `/query/sql` to `sql`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official JavaScript Client (v2.0.2)
1+
# SlicingDice Official JavaScript Client (v2.1.0)
22

33
Official JavaScript client for [SlicingDice - Data Warehouse and Analytics Database as a Service](https://www.slicingdice.com/).
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slicerjs",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Official JavaScript client for SlicingDice, Data Warehouse and Analytics Database as a Service.",
55
"main": "src/slicer.js",
66
"scripts": {

0 commit comments

Comments
 (0)