Skip to content

Commit 64eff54

Browse files
committed
Change version from 1.0.3 to 2.0.0
1 parent 54b5688 commit 64eff54

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0]
34
### Updated
45
- Update `existsEntity()` method to receive `table` as parameter
56
- Update Api Errors code
6-
7+
- Rename SlicingDice API endpoints
78

89
## [1.0.0]
910
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official JavaScript Client (v1.0)
1+
# SlicingDice Official JavaScript Client (v2.0.0)
22
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-javascript.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-javascript)
33

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slicerjs",
3-
"version": "1.0.3",
3+
"version": "2.0.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)