Skip to content

Commit

Permalink
Change version from 1.0.3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosimbiose committed May 17, 2017
1 parent 54b5688 commit 64eff54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

## [2.0.0]
### Updated
- Update `existsEntity()` method to receive `table` as parameter
- Update Api Errors code

- Rename SlicingDice API endpoints

## [1.0.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SlicingDice Official JavaScript Client (v1.0)
# SlicingDice Official JavaScript Client (v2.0.0)
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-javascript.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-javascript)

Official JavaScript client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slicerjs",
"version": "1.0.3",
"version": "2.0.0",
"description": "Official JavaScript client for SlicingDice, Data Warehouse and Analytics Database as a Service.",
"main": "src/slicer.js",
"scripts": {
Expand Down

0 comments on commit 64eff54

Please sign in to comment.