File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
lib/puppet_editor_services Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 1.2.0 - 2021-05-26
10+
11+ ### Added
12+
13+ - ([ GH-306 ] ( https://github.com/puppetlabs/puppet-editor-services/issues/306 ) ) Add a code folding range provider for Manifests
14+
15+ ### Fixed
16+
17+ - ([ GH-300 ] ( https://github.com/puppetlabs/puppet-editor-services/issues/300 ) ) Return nil for bad hover requests
18+ - ([ Commit] ( https://github.com/puppetlabs/puppet-editor-services/commit/b9a0d98f377e8a7b083a285e88cb538b6a9c45b1 ) ) FixedP typo ([ Juan vStone] ( https://github.com/vStone ) )
19+
20+
921## 1.1.0 - 2021-01-27
1022
1123### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetEditorServices
4- PUPPETEDITORSERVICESVERSION = '1.1 .0' unless defined? PUPPETEDITORSERVICESVERSION
4+ PUPPETEDITORSERVICESVERSION = '1.2 .0' unless defined? PUPPETEDITORSERVICESVERSION
55
66 # @api public
77 #
You can’t perform that action at this time.
0 commit comments