Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit cfdb49d

Browse files
committed
Prepare v0.7.4 release
1 parent 07503f1 commit cfdb49d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.4
2+
* Update dependencies
3+
* Fix usage of `uuid4` (#60)
4+
* Specify as able to lint unsaved changes (#60)
5+
16
## 0.7.3 - Move to AtomLinter organization
27
* Move to the AtomLinter organization for future maintainability
38

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-julia",
33
"main": "./lib/index.js",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"private": true,
66
"description": "Lint.jl support for Atom using the linter package",
77
"keywords": [

0 commit comments

Comments
 (0)