This repository was archived by the owner on Sep 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- The format is based on [ Keep a Changelog] ( https ://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [ Semantic Versioning] ( https ://semver.org/spec/v2.0.0.html) .
5
+ The format is based on [ Keep a Changelog] ( http ://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [ Semantic Versioning] ( http ://semver.org/spec/v2.0.0.html) .
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
+ ## [ v1.0.26] ( https://github.com/netlify/netlify-dev-plugin/compare/v1.0.25...v1.0.26 ) - 2019-07-30
11
+
12
+ ### Merged
13
+
14
+ - Don't allow child scripts to manipulate terminal [ ` #227 ` ] ( https://github.com/netlify/netlify-dev-plugin/pull/227 )
15
+
16
+ ### Fixed
17
+
18
+ - avoid svelte-sapper duplication [ ` #347 ` ] ( https://github.com/netlify/cli/issues/347 )
19
+
20
+ ### Commits
21
+
22
+ - minor bugfixes for functions: invoke [ ` 3de0ea2 ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/3de0ea25e14faf3a2c78d0604cade617e420ddac )
23
+ - Remove strip-ansi [ ` bd6f53b ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/bd6f53baa1d80c50c8e62a529659aaac0c0b8401 )
24
+ - Strip ANSI before displaying child output [ ` e48711b ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/e48711b2dbc10fb6b568f22d5b8911af0cb74697 )
25
+
10
26
## [ v1.0.25] ( https://github.com/netlify/netlify-dev-plugin/compare/v1.0.24...v1.0.25 ) - 2019-07-23
11
27
12
28
### Merged
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-dev-plugin" ,
3
3
"description" : " Netlify development tools plugin" ,
4
- "version" : " 1.0.25 " ,
4
+ "version" : " 1.0.26 " ,
5
5
"author" : " David Calavera @calavera" ,
6
6
"bugs" : " https://github.com/netlify/netlify-dev-plugin/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments