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

Commit

Permalink
1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Jul 30, 2019
1 parent 7633428 commit 23fd981
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,27 @@

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

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

## [v1.0.26](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.25...v1.0.26) - 2019-07-30

### Merged

- Don't allow child scripts to manipulate terminal [`#227`](https://github.com/netlify/netlify-dev-plugin/pull/227)

### Fixed

- avoid svelte-sapper duplication [`#347`](https://github.com/netlify/cli/issues/347)

### Commits

- minor bugfixes for functions:invoke [`3de0ea2`](https://github.com/netlify/netlify-dev-plugin/commit/3de0ea25e14faf3a2c78d0604cade617e420ddac)
- Remove strip-ansi [`bd6f53b`](https://github.com/netlify/netlify-dev-plugin/commit/bd6f53baa1d80c50c8e62a529659aaac0c0b8401)
- Strip ANSI before displaying child output [`e48711b`](https://github.com/netlify/netlify-dev-plugin/commit/e48711b2dbc10fb6b568f22d5b8911af0cb74697)

## [v1.0.25](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.24...v1.0.25) - 2019-07-23

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-dev-plugin",
"description": "Netlify development tools plugin",
"version": "1.0.25",
"version": "1.0.26",
"author": "David Calavera @calavera",
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
"dependencies": {
Expand Down

0 comments on commit 23fd981

Please sign in to comment.