Skip to content

Commit 15cf002

Browse files
authored
Merge pull request #393 from haskell/mpj/bump-lsp-types
Bump lsp-types version
2 parents bad3d45 + ea170cf commit 15cf002

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lsp-types/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Revision history for lsp-types
2+
3+
## 1.4.0.1
4+
5+
* Fix result type of selection range requests.
26

37
## 1.4.0.0
48

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: lsp-types
3-
version: 1.4.0.0
3+
version: 1.4.0.1
44
synopsis: Haskell library for the Microsoft Language Server Protocol, data types
55

66
description: An implementation of the types to allow language implementors to

0 commit comments

Comments
 (0)