Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.0...v0.4.0) (2020-06-15)

### Bug Fixes

* **fix-csv-support:** csv support is fixed ([3eede43](3eede43))
* **logger:** remove unneccasary log from test ([69ffb64](69ffb64))
* **remove-unused-packages:** removed pkgs ([d29b2ee](d29b2ee))

### Features

* **raw-runner:** created a raw runner to make code DRY ([9caf259](9caf259))
  • Loading branch information
semantic-release-bot committed Jun 15, 2020
1 parent 2eb5dcf commit ea7907f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.4.0](https://github.com/data-depot/soda-ts/compare/v0.3.0...v0.4.0) (2020-06-15)


### Bug Fixes

* **fix-csv-support:** csv support is fixed ([3eede43](https://github.com/data-depot/soda-ts/commit/3eede43c960c30cf0c22196ca5ebd1ecf4c25e31))
* **logger:** remove unneccasary log from test ([69ffb64](https://github.com/data-depot/soda-ts/commit/69ffb640bc3b2fe15fc218e480d2a492d4899be1))
* **remove-unused-packages:** removed pkgs ([d29b2ee](https://github.com/data-depot/soda-ts/commit/d29b2ee081f68f26b1f638d83fab8bde1d17e765))


### Features

* **raw-runner:** created a raw runner to make code DRY ([9caf259](https://github.com/data-depot/soda-ts/commit/9caf2594b1594ef4faf7cbfd98d6442964c88f62))

# [0.3.0](https://github.com/data-depot/soda-ts/compare/v0.2.0...v0.3.0) (2020-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ea7907f

Please sign in to comment.