diff --git a/CHANGELOG.md b/CHANGELOG.md index a6750f4..5a3dc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.0.23](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.22...v1.0.23) - 2019-07-19 + +### Merged + +- Fix flag [`#222`](https://github.com/netlify/netlify-dev-plugin/pull/222) +- warn before running function builder [`#216`](https://github.com/netlify/netlify-dev-plugin/pull/216) +- [feature] add functions:invoke command [`#213`](https://github.com/netlify/netlify-dev-plugin/pull/213) +- Make ports for local server dynamic [`#205`](https://github.com/netlify/netlify-dev-plugin/pull/205) +- fix typo [`#214`](https://github.com/netlify/netlify-dev-plugin/pull/214) +- implement basic netlify functions:list command [`#211`](https://github.com/netlify/netlify-dev-plugin/pull/211) + +### Commits + +- Update README.md [`6a39927`](https://github.com/netlify/netlify-dev-plugin/commit/6a3992746ae490881105fbed2e11ca444f79e44e) +- fix dir flag [`9aae3d4`](https://github.com/netlify/netlify-dev-plugin/commit/9aae3d4e1a80f3e8af316d3f7b5a5446114b0721) +- add function builder readme [`f6ab964`](https://github.com/netlify/netlify-dev-plugin/commit/f6ab964a7647bc1fb531d291b70dd88667ddf938) + ## [v1.0.22](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.21...v1.0.22) - 2019-06-17 ### Merged +- Add svelte and sapper to list of detectors [`#201`](https://github.com/netlify/netlify-dev-plugin/pull/201) - Check if functions directory exists. Fixes #182 [`#196`](https://github.com/netlify/netlify-dev-plugin/pull/196) ### Fixed @@ -20,8 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - add create user function [`65b0d92`](https://github.com/netlify/netlify-dev-plugin/commit/65b0d92d93e12b551ce53219fb56915eba587e33) -- link to docs in hello world function template [`42dada8`](https://github.com/netlify/netlify-dev-plugin/commit/42dada89030aa5099005020a783704be0f8aa499) -- use 8888 default port as suggested in #173 [`643bc68`](https://github.com/netlify/netlify-dev-plugin/commit/643bc6844029703f1912558597e6c8221a38fa45) +- add sapper [`3179ffc`](https://github.com/netlify/netlify-dev-plugin/commit/3179ffc58be627626255a7b58d7f57aefd1e9804) +- add svelte to list of detectors [`bd755cc`](https://github.com/netlify/netlify-dev-plugin/commit/bd755cccf03886474d07c436f1ef115fbd375d88) ## [v1.0.21](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.20...v1.0.21) - 2019-06-05 diff --git a/package.json b/package.json index 266d53c..2980a88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-dev-plugin", "description": "Netlify development tools plugin", - "version": "1.0.22", + "version": "1.0.23", "author": "David Calavera @calavera", "bugs": "https://github.com/netlify/netlify-dev-plugin/issues", "dependencies": {