From 108379780c873d98ae05e538d418e88348615f40 Mon Sep 17 00:00:00 2001 From: Jan Pilzer Date: Tue, 6 Nov 2018 10:46:16 -0800 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bb292..00a9e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/). -## Unreleased +## 1.5.0 - 2018-11-06 ### Added - Add a configurable delay on the autohide placeholder (see [#106](https://github.com/Hirse/brackets-outline-list/issues/106)), thanks to [__@pelatx__](https://github.com/pelatx) - Set the configurable delay on the autohide placeholder in a modal dialog, thanks to [__@pelatx__](https://github.com/pelatx) diff --git a/package.json b/package.json index 6424ec3..1cf643d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hirse.outline-list", - "version": "1.4.2", + "version": "1.5.0", "title": "Brackets Outline List", "description": "Displays a list of the functions or definitions in the currently opened document. Works with CSS, CoffeeScript, HTML, Haxe, Jade, JavaScript, JSX, LESS, Markdown, PHP, Python, Ruby, SCSS, SVG, Stylus, and XML.", "engines": {