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": {