Skip to content

Commit 66e58e3

Browse files
committed
(GH-309) Prepare 1.2.0 release
Prepare for version 1.2.0 release.
1 parent 4ef1a57 commit 66e58e3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/puppet_editor_services/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module PuppetEditorServices
4-
PUPPETEDITORSERVICESVERSION = '1.1.0' unless defined? PUPPETEDITORSERVICESVERSION
4+
PUPPETEDITORSERVICESVERSION = '1.2.0' unless defined? PUPPETEDITORSERVICESVERSION
55

66
# @api public
77
#

0 commit comments

Comments
 (0)