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

Commit 23fd981

Browse files
committed
1.0.26
1 parent 7633428 commit 23fd981

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

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).
77

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

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+
1026
## [v1.0.25](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.24...v1.0.25) - 2019-07-23
1127

1228
### Merged

package.json

Lines changed: 1 addition & 1 deletion
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.25",
4+
"version": "1.0.26",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)