Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 61bd64c

Browse files
committed
1.0.23
1 parent 53ff272 commit 61bd64c

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v1.0.23](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.22...v1.0.23) - 2019-07-19
11+
12+
### Merged
13+
14+
- Fix flag [`#222`](https://github.com/netlify/netlify-dev-plugin/pull/222)
15+
- warn before running function builder [`#216`](https://github.com/netlify/netlify-dev-plugin/pull/216)
16+
- [feature] add functions:invoke command [`#213`](https://github.com/netlify/netlify-dev-plugin/pull/213)
17+
- Make ports for local server dynamic [`#205`](https://github.com/netlify/netlify-dev-plugin/pull/205)
18+
- fix typo [`#214`](https://github.com/netlify/netlify-dev-plugin/pull/214)
19+
- implement basic netlify functions:list command [`#211`](https://github.com/netlify/netlify-dev-plugin/pull/211)
20+
21+
### Commits
22+
23+
- Update README.md [`6a39927`](https://github.com/netlify/netlify-dev-plugin/commit/6a3992746ae490881105fbed2e11ca444f79e44e)
24+
- fix dir flag [`9aae3d4`](https://github.com/netlify/netlify-dev-plugin/commit/9aae3d4e1a80f3e8af316d3f7b5a5446114b0721)
25+
- add function builder readme [`f6ab964`](https://github.com/netlify/netlify-dev-plugin/commit/f6ab964a7647bc1fb531d291b70dd88667ddf938)
26+
1027
## [v1.0.22](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.21...v1.0.22) - 2019-06-17
1128

1229
### Merged
1330

31+
- Add svelte and sapper to list of detectors [`#201`](https://github.com/netlify/netlify-dev-plugin/pull/201)
1432
- Check if functions directory exists. Fixes #182 [`#196`](https://github.com/netlify/netlify-dev-plugin/pull/196)
1533

1634
### Fixed
@@ -20,8 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2038
### Commits
2139

2240
- add create user function [`65b0d92`](https://github.com/netlify/netlify-dev-plugin/commit/65b0d92d93e12b551ce53219fb56915eba587e33)
23-
- link to docs in hello world function template [`42dada8`](https://github.com/netlify/netlify-dev-plugin/commit/42dada89030aa5099005020a783704be0f8aa499)
24-
- use 8888 default port as suggested in #173 [`643bc68`](https://github.com/netlify/netlify-dev-plugin/commit/643bc6844029703f1912558597e6c8221a38fa45)
41+
- add sapper [`3179ffc`](https://github.com/netlify/netlify-dev-plugin/commit/3179ffc58be627626255a7b58d7f57aefd1e9804)
42+
- add svelte to list of detectors [`bd755cc`](https://github.com/netlify/netlify-dev-plugin/commit/bd755cccf03886474d07c436f1ef115fbd375d88)
2543

2644
## [v1.0.21](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.20...v1.0.21) - 2019-06-05
2745

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-dev-plugin",
33
"description": "Netlify development tools plugin",
4-
"version": "1.0.22",
4+
"version": "1.0.23",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)