Skip to content

Commit 3b67f26

Browse files
macMikeymacMikey
authored andcommitted
Merge remote-tracking branch 'peter-b/master'
2 parents 33c00e5 + ce59d2c commit 3b67f26

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.0 - Linting and script-only stacks
2+
* LiveCode Script grammar and snippets generated from documentation
3+
* Support for script-only stacks (`.livecodescript`)
4+
* Linting & syntax checking for LiveCode Script files
5+
* Initial linting support for LiveCode Builder source files
6+
17
## 0.5.1 - Minor documentation updates
28

39
## 0.5.0 - Added LiveCode server support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ fine the appropriate `*.lci` file in the `.lci` directory.
8989

9090
* Ralf Bitter
9191
* Peter Brett
92-
* Adam Robertson
9392
* Monte Goulding
93+
* Adam Robertson
9494

9595
## Reporting bugs and contributing
9696

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-livecode",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Support for editing LiveCode source code",
55
"repository": "https://github.com/peter-b/atom-language-livecode",
66
"license": "GPLv3",

0 commit comments

Comments
 (0)