Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.2...v2.3.0) (2019-09-10)

### Bug Fixes

* incorrect types on timeseries filters and missing filters ([363a00b](363a00b))
* safely delete assets with chunking ([424cba9](424cba9))

### Features

* custom toString & toJSON methods for resource class ([1eae87b](1eae87b))
* expose logout.getUrl() endpoint ([a85c4a0](a85c4a0))
* expose projectId on login.status() ([00ab757](00ab757))
* list 3d nodes with property filtering ([8b85817](8b85817))
* use cached access token to skip auth flow ([b28f506](b28f506))
  • Loading branch information
semantic-release-bot committed Sep 10, 2019
1 parent 9f57c58 commit 1c1462d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [2.3.0](https://github.com/cognitedata/cognitesdk-js/compare/v2.2.2...v2.3.0) (2019-09-10)


### Bug Fixes

* incorrect types on timeseries filters and missing filters ([363a00b](https://github.com/cognitedata/cognitesdk-js/commit/363a00b))
* safely delete assets with chunking ([424cba9](https://github.com/cognitedata/cognitesdk-js/commit/424cba9))


### Features

* custom toString & toJSON methods for resource class ([1eae87b](https://github.com/cognitedata/cognitesdk-js/commit/1eae87b))
* expose logout.getUrl() endpoint ([a85c4a0](https://github.com/cognitedata/cognitesdk-js/commit/a85c4a0))
* expose projectId on login.status() ([00ab757](https://github.com/cognitedata/cognitesdk-js/commit/00ab757))
* list 3d nodes with property filtering ([8b85817](https://github.com/cognitedata/cognitesdk-js/commit/8b85817))
* use cached access token to skip auth flow ([b28f506](https://github.com/cognitedata/cognitesdk-js/commit/b28f506))

## [2.2.2](https://github.com/cognitedata/cognitesdk-js/compare/v2.2.1...v2.2.2) (2019-08-12)


Expand Down

0 comments on commit 1c1462d

Please sign in to comment.