From ea7907f158fc33d7354a44d2344db777ee33ab64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jun 2020 16:39:04 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [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)) --- docs/CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8ed016f..5377fe7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8dc74a1..c861404 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",