From 28d5a30431174d9d44015dd15ff88dec95c0d807 Mon Sep 17 00:00:00 2001 From: Jan Pilzer Date: Mon, 24 Apr 2017 21:59:13 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e8aa5..b528ef0 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.2.0 - 2017-04-24 ### Fixed - PHP multiline strings (see [#91](https://github.com/Hirse/brackets-outline-list/issues/91)) diff --git a/package.json b/package.json index 9d599c5..26b0786 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hirse.outline-list", - "version": "1.1.0", + "version": "1.2.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": {