From 22a5cc3d3fe3730895e6362bb805944d4546c2a9 Mon Sep 17 00:00:00 2001 From: Jan Pilzer Date: Thu, 20 Apr 2017 21:36:23 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1218404..e1ed7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ 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.1.0 - 2017-04-20 ### Added - Arabic translation, thanks to [__@sadik-fattah__](https://github.com/sadik-fattah) +- Autohide Outline (see [#17](https://github.com/Hirse/brackets-outline-list/issues/17)), thanks to [__@pelatx__](https://github.com/pelatx) ### Fixed - Support ES6 Modules (see [#86](https://github.com/Hirse/brackets-outline-list/issues/86)) diff --git a/package.json b/package.json index 2a3fae5..9d599c5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hirse.outline-list", - "version": "1.0.1", + "version": "1.1.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": {