From 2ca996a349d8456d9307ec5ab23da84b0ca7f95d Mon Sep 17 00:00:00 2001 From: Jan Pilzer Date: Sat, 12 Aug 2023 14:53:12 -0700 Subject: [PATCH] v1.6.0 - Support phcode.dev --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a9e07..e2dce99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/). +## 1.6.0 - 2023-08-12 +### Added +- Support for [Phoenix](https://phcode.dev) + +### Changed +- Upgrade parser dependencies + + ## 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) diff --git a/package.json b/package.json index 2af4342..bbb21d8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hirse.outline-list", - "version": "1.5.0", + "version": "1.6.0", "title": "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": {