Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.0...v1.2.0) (2020-09-08)

### Features

* **client:** add .ingest use case ([2f1e4eb](2f1e4eb))
* **feature:** add FeatureRow implementation ([7b428ca](7b428ca))
  • Loading branch information
semantic-release-bot committed Sep 8, 2020
1 parent bcdf16c commit 3d47129
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.0](https://github.com/MichaelHirn/feast-client/compare/v1.1.0...v1.2.0) (2020-09-08)


### Features

* **client:** add .ingest use case ([2f1e4eb](https://github.com/MichaelHirn/feast-client/commit/2f1e4eb8195b299cb56d2d370430d344d0638e4b))
* **feature:** add FeatureRow implementation ([7b428ca](https://github.com/MichaelHirn/feast-client/commit/7b428cabdfa7fe04e207b3d3c9cb58f89635f076))

## [1.1.0](https://github.com/MichaelHirn/feast-client/compare/v1.0.0...v1.1.0) (2020-09-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feast-client",
"version": "1.1.0",
"version": "1.2.0",
"description": "Feast Client SDK for Node.js",
"public": true,
"main": "dist/src/index.js",
Expand Down

0 comments on commit 3d47129

Please sign in to comment.