diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a4851e5..8ed016f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.3.0](https://github.com/data-depot/soda-ts/compare/v0.2.0...v0.3.0) (2020-06-04) + + +### Features + +* **runner:** added ability to choose between file data types ([07b04bf](https://github.com/data-depot/soda-ts/commit/07b04bf3eaaf6a08f4cc74bd4e67ba9d30001d22)) + # [0.2.0](https://github.com/data-depot/soda-ts/compare/v0.1.6...v0.2.0) (2020-05-10) diff --git a/package.json b/package.json index 45cad7c..f3cb244 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",