Skip to content

Commit 16450fc

Browse files
committed
(maint) Release 1.1.0
1 parent b534c57 commit 16450fc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2020-01-27
10+
11+
### Added
12+
13+
- ([GH-695](https://github.com/puppetlabs/puppet-vscode/issues/695)) Add puppet.editorService.formatOnType.maxFileSize setting
14+
- ([GH-289](https://github.com/puppetlabs/puppet-editor-services/issues/289)) [puppet-editor-services-1.1.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/1.1.0) Make Format On Type file size configurable
15+
- ([GH-282](https://github.com/puppetlabs/puppet-editor-services/issues/282)) [puppet-editor-services-1.1.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/1.1.0) Add support for Puppet 7 and Ruby 2.7
16+
917
## [1.0.0] - 2020-11-11
1018

1119
🎉Major release 🎉 which drops support for Puppet 4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"editorComponents": {
77
"editorServices": {
8-
"release": "1.0.1"
8+
"release": "1.1.0"
99
},
1010
"editorSyntax": {
1111
"release": "1.3.7"

0 commit comments

Comments
 (0)