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

Commit a251c0b

Browse files
committed
Prepare v1.4.0 release
1 parent d396e5a commit a251c0b

File tree

4 files changed

+1712
-89
lines changed

4 files changed

+1712
-89
lines changed

.github_changelog_generator

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
unreleased=true
2+
future-release=v1.4.0
3+
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External

CHANGELOG.md

+103-88
Original file line numberDiff line numberDiff line change
@@ -1,182 +1,197 @@
11
# Change Log
22

3-
## [v1.2.4](https://github.com/atomlinter/linter-jsonlint/tree/v1.2.4) (2016-04-19)
4-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.2.3...v1.2.4)
3+
## [v1.4.0](https://github.com/AtomLinter/linter-jsonlint/tree/v1.4.0) (2019-01-28)
4+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.3.0...v1.4.0)
55

6-
**Merged pull requests:**
6+
**Implemented enhancements:**
7+
8+
- V2 linter API support [\#94](https://github.com/AtomLinter/linter-jsonlint/pull/94) ([vzamanillo](https://github.com/vzamanillo))
9+
- Update atom-package-deps to version 5.0.0 🚀 [\#92](https://github.com/AtomLinter/linter-jsonlint/pull/92) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
10+
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#82](https://github.com/AtomLinter/linter-jsonlint/pull/82) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
- Update CircleCI config [\#81](https://github.com/AtomLinter/linter-jsonlint/pull/81) ([Arcanemagus](https://github.com/Arcanemagus))
12+
- Update eslint to version 4.3.0 🚀 [\#78](https://github.com/AtomLinter/linter-jsonlint/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
- Update dependencies to enable Greenkeeper 🌴 [\#72](https://github.com/AtomLinter/linter-jsonlint/pull/72) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
14+
- Update eslint-config-airbnb-base to version 8.0.0 🚀 [\#68](https://github.com/AtomLinter/linter-jsonlint/pull/68) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
15+
- Update the CI configuration [\#67](https://github.com/AtomLinter/linter-jsonlint/pull/67) ([Arcanemagus](https://github.com/Arcanemagus))
16+
- Update eslint-config-airbnb-base to version 7.1.0 🚀 [\#66](https://github.com/AtomLinter/linter-jsonlint/pull/66) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
17+
- Update eslint-config-airbnb-base to version 5.0.3 🚀 [\#62](https://github.com/AtomLinter/linter-jsonlint/pull/62) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
18+
19+
**Fixed bugs:**
20+
21+
- Support v2 Linter API [\#93](https://github.com/AtomLinter/linter-jsonlint/issues/93)
22+
- Migrate CircleCI to a 2.0 configuration [\#86](https://github.com/AtomLinter/linter-jsonlint/issues/86)
23+
- Upgrade to CircleCI 2.0 [\#90](https://github.com/AtomLinter/linter-jsonlint/pull/90) ([Arcanemagus](https://github.com/Arcanemagus))
24+
- Update Travis CI configuration [\#79](https://github.com/AtomLinter/linter-jsonlint/pull/79) ([Arcanemagus](https://github.com/Arcanemagus))
25+
- Update CI configurations [\#57](https://github.com/AtomLinter/linter-jsonlint/pull/57) ([Arcanemagus](https://github.com/Arcanemagus))
26+
27+
## [v1.3.0](https://github.com/AtomLinter/linter-jsonlint/tree/v1.3.0) (2016-07-02)
28+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.5...v1.3.0)
29+
30+
**Implemented enhancements:**
31+
32+
- Update eslint to version 3.0.0 🚀 [\#56](https://github.com/AtomLinter/linter-jsonlint/pull/56) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
33+
- Add the linter name [\#54](https://github.com/AtomLinter/linter-jsonlint/pull/54) ([Arcanemagus](https://github.com/Arcanemagus))
34+
- Remove atom-linter [\#53](https://github.com/AtomLinter/linter-jsonlint/pull/53) ([Arcanemagus](https://github.com/Arcanemagus))
35+
- Update atom-linter to version 5.0.0 🚀 [\#51](https://github.com/AtomLinter/linter-jsonlint/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
36+
- Update eslint-config-airbnb-base to version 3.0.0 🚀 [\#50](https://github.com/AtomLinter/linter-jsonlint/pull/50) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
37+
- Update eslint-config-airbnb-base to version 2.0.0 🚀 [\#49](https://github.com/AtomLinter/linter-jsonlint/pull/49) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
38+
39+
## [v1.2.5](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.5) (2016-04-21)
40+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.4...v1.2.5)
41+
42+
## [v1.2.4](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.4) (2016-04-19)
43+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.3...v1.2.4)
44+
45+
**Implemented enhancements:**
746

847
- Update eslint-plugin-react to version 5.0.1 🚀 [\#48](https://github.com/AtomLinter/linter-jsonlint/pull/48) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
948

10-
## [v1.2.3](https://github.com/atomlinter/linter-jsonlint/tree/v1.2.3) (2016-04-12)
11-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.2.2...v1.2.3)
49+
## [v1.2.3](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.3) (2016-04-12)
50+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.2...v1.2.3)
1251

13-
**Merged pull requests:**
52+
**Implemented enhancements:**
1453

1554
- Update eslint-config-airbnb to version 7.0.0 🚀 [\#46](https://github.com/AtomLinter/linter-jsonlint/pull/46) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1655

17-
## [v1.2.2](https://github.com/atomlinter/linter-jsonlint/tree/v1.2.2) (2016-03-27)
18-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.2.1...v1.2.2)
56+
## [v1.2.2](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.2) (2016-03-27)
57+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.1...v1.2.2)
1958

20-
## [v1.2.1](https://github.com/atomlinter/linter-jsonlint/tree/v1.2.1) (2016-03-13)
21-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.2.0...v1.2.1)
59+
## [v1.2.1](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.1) (2016-03-13)
60+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.2.0...v1.2.1)
2261

23-
## [v1.2.0](https://github.com/atomlinter/linter-jsonlint/tree/v1.2.0) (2016-03-13)
24-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.6...v1.2.0)
62+
## [v1.2.0](https://github.com/AtomLinter/linter-jsonlint/tree/v1.2.0) (2016-03-13)
63+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.6...v1.2.0)
2564

26-
**Merged pull requests:**
65+
**Implemented enhancements:**
2766

2867
- Various tweaks [\#45](https://github.com/AtomLinter/linter-jsonlint/pull/45) ([1000ch](https://github.com/1000ch))
2968
- Revert code styles [\#44](https://github.com/AtomLinter/linter-jsonlint/pull/44) ([1000ch](https://github.com/1000ch))
3069

31-
## [v1.1.6](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.6) (2016-02-22)
32-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.5...v1.1.6)
70+
## [v1.1.6](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.6) (2016-02-22)
71+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.5...v1.1.6)
3372

34-
**Merged pull requests:**
73+
**Implemented enhancements:**
3574

3675
- Update eslint to v2.2.0 [\#43](https://github.com/AtomLinter/linter-jsonlint/pull/43) ([1000ch](https://github.com/1000ch))
3776
- Update eslint-config-airbnb to version 6.0.0 🚀 [\#42](https://github.com/AtomLinter/linter-jsonlint/pull/42) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
3877
- Update atom-package-deps to version 4.0.1 🚀 [\#40](https://github.com/AtomLinter/linter-jsonlint/pull/40) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
3978
- chore\(package\): update atom-linter to version 4.5.0 [\#36](https://github.com/AtomLinter/linter-jsonlint/pull/36) ([1000ch](https://github.com/1000ch))
4079

41-
## [v1.1.5](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.5) (2016-02-04)
42-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.4...v1.1.5)
80+
## [v1.1.5](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.5) (2016-02-04)
81+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.4...v1.1.5)
4382

4483
**Implemented enhancements:**
4584

46-
- Add specs [\#31](https://github.com/AtomLinter/linter-jsonlint/pull/31) ([1000ch](https://github.com/1000ch))
47-
48-
**Closed issues:**
49-
5085
- Implement specs [\#30](https://github.com/AtomLinter/linter-jsonlint/issues/30)
51-
52-
**Merged pull requests:**
53-
5486
- Update eslint-config-airbnb to version 5.0.0 🚀 [\#33](https://github.com/AtomLinter/linter-jsonlint/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
5587
- Update eslint-config-airbnb to version 4.0.0 🚀 [\#32](https://github.com/AtomLinter/linter-jsonlint/pull/32) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
88+
- Add specs [\#31](https://github.com/AtomLinter/linter-jsonlint/pull/31) ([1000ch](https://github.com/1000ch))
5689
- chore\(package\): update atom-linter to version 4.3.1 [\#29](https://github.com/AtomLinter/linter-jsonlint/pull/29) ([Arcanemagus](https://github.com/Arcanemagus))
57-
- Remove the image from repo [\#28](https://github.com/AtomLinter/linter-jsonlint/pull/28) ([Arcanemagus](https://github.com/Arcanemagus))
5890
- Force EOL to be LF [\#27](https://github.com/AtomLinter/linter-jsonlint/pull/27) ([Arcanemagus](https://github.com/Arcanemagus))
5991
- [email protected] untested ⚠️ [\#25](https://github.com/AtomLinter/linter-jsonlint/pull/25) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
6092

61-
## [v1.1.4](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.4) (2016-01-02)
62-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.3...v1.1.4)
93+
**Fixed bugs:**
6394

64-
**Merged pull requests:**
95+
- Remove the image from repo [\#28](https://github.com/AtomLinter/linter-jsonlint/pull/28) ([Arcanemagus](https://github.com/Arcanemagus))
6596

66-
- [email protected] untested ⚠️ [\#26](https://github.com/AtomLinter/linter-jsonlint/pull/26) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
97+
## [v1.1.4](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.4) (2016-01-02)
98+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.3...v1.1.4)
6799

68-
## [v1.1.3](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.3) (2015-12-30)
69-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.2...v1.1.3)
100+
**Implemented enhancements:**
70101

71-
**Closed issues:**
102+
- [email protected] untested ⚠️ [\#26](https://github.com/AtomLinter/linter-jsonlint/pull/26) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
72103

73-
- jsonlint not found [\#10](https://github.com/AtomLinter/linter-jsonlint/issues/10)
104+
## [v1.1.3](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.3) (2015-12-30)
105+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.2...v1.1.3)
74106

75-
**Merged pull requests:**
107+
**Implemented enhancements:**
76108

77109
- [email protected] untested ⚠️ [\#24](https://github.com/AtomLinter/linter-jsonlint/pull/24) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
78110

79-
## [v1.1.2](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.2) (2015-12-11)
80-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.1...v1.1.2)
111+
## [v1.1.2](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.2) (2015-12-11)
112+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.1...v1.1.2)
81113

82-
## [v1.1.1](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.1) (2015-12-10)
83-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.1.0...v1.1.1)
114+
## [v1.1.1](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.1) (2015-12-10)
115+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.1.0...v1.1.1)
84116

85-
## [v1.1.0](https://github.com/atomlinter/linter-jsonlint/tree/v1.1.0) (2015-11-28)
86-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.0.1...v1.1.0)
117+
## [v1.1.0](https://github.com/AtomLinter/linter-jsonlint/tree/v1.1.0) (2015-11-28)
118+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.0.1...v1.1.0)
87119

88-
## [v1.0.1](https://github.com/atomlinter/linter-jsonlint/tree/v1.0.1) (2015-09-09)
89-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v1.0.0...v1.0.1)
120+
## [v1.0.1](https://github.com/AtomLinter/linter-jsonlint/tree/v1.0.1) (2015-09-09)
121+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v1.0.0...v1.0.1)
90122

91123
**Implemented enhancements:**
92124

93125
- Add Shogo \(1000ch\) as a maintainer [\#21](https://github.com/AtomLinter/linter-jsonlint/issues/21)
94-
95-
**Closed issues:**
96-
97126
- Install `linter` automatically. [\#18](https://github.com/AtomLinter/linter-jsonlint/issues/18)
98127

99-
**Merged pull requests:**
128+
**Fixed bugs:**
100129

101130
- Fix readme [\#20](https://github.com/AtomLinter/linter-jsonlint/pull/20) ([1000ch](https://github.com/1000ch))
102131

103-
## [v1.0.0](https://github.com/atomlinter/linter-jsonlint/tree/v1.0.0) (2015-09-07)
104-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.1.4...v1.0.0)
132+
## [v1.0.0](https://github.com/AtomLinter/linter-jsonlint/tree/v1.0.0) (2015-09-07)
133+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.1.4...v1.0.0)
105134

106135
**Implemented enhancements:**
107136

108137
- Use atom-package-deps to install atom-linter automatically [\#19](https://github.com/AtomLinter/linter-jsonlint/pull/19) ([1000ch](https://github.com/1000ch))
109138
- Rewrite [\#15](https://github.com/AtomLinter/linter-jsonlint/pull/15) ([1000ch](https://github.com/1000ch))
110139

111-
**Closed issues:**
140+
**Fixed bugs:**
112141

113-
- Does not show any warnings [\#17](https://github.com/AtomLinter/linter-jsonlint/issues/17)
114-
- LinterJsonlint.Linter is deprecated. [\#16](https://github.com/AtomLinter/linter-jsonlint/issues/16)
115-
- Object.activate is deprecated. [\#14](https://github.com/AtomLinter/linter-jsonlint/issues/14)
116142
- Upcoming linter changes [\#13](https://github.com/AtomLinter/linter-jsonlint/issues/13)
117143

118-
## [v0.1.4](https://github.com/atomlinter/linter-jsonlint/tree/v0.1.4) (2015-05-21)
119-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.1.3...v0.1.4)
144+
## [v0.1.4](https://github.com/AtomLinter/linter-jsonlint/tree/v0.1.4) (2015-05-21)
145+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.1.3...v0.1.4)
120146

121-
**Closed issues:**
147+
**Fixed bugs:**
122148

123-
- Config.unobserve is deprecated. [\#12](https://github.com/AtomLinter/linter-jsonlint/issues/12)
124149
- Config.unobserve is deprecated. [\#11](https://github.com/AtomLinter/linter-jsonlint/issues/11)
125150

126-
## [v0.1.3](https://github.com/atomlinter/linter-jsonlint/tree/v0.1.3) (2015-05-04)
127-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.1.2...v0.1.3)
151+
## [v0.1.3](https://github.com/AtomLinter/linter-jsonlint/tree/v0.1.3) (2015-05-04)
152+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.1.2...v0.1.3)
128153

129-
**Closed issues:**
154+
**Fixed bugs:**
130155

131156
- Triggers deprecation warnings in atom \> 0.190 [\#8](https://github.com/AtomLinter/linter-jsonlint/issues/8)
132-
133-
**Merged pull requests:**
134-
135157
- Fix deprecations [\#9](https://github.com/AtomLinter/linter-jsonlint/pull/9) ([keplersj](https://github.com/keplersj))
136158

137-
## [v0.1.2](https://github.com/atomlinter/linter-jsonlint/tree/v0.1.2) (2014-11-25)
138-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.1.1...v0.1.2)
159+
## [v0.1.2](https://github.com/AtomLinter/linter-jsonlint/tree/v0.1.2) (2014-11-25)
160+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.1.1...v0.1.2)
139161

140-
**Closed issues:**
162+
**Fixed bugs:**
141163

142164
- jsonlint doesn't need to be installed globally [\#6](https://github.com/AtomLinter/linter-jsonlint/issues/6)
143-
144-
**Merged pull requests:**
145-
146165
- Remove misleading global installation of jsonlint. [\#7](https://github.com/AtomLinter/linter-jsonlint/pull/7) ([mrodalgaard](https://github.com/mrodalgaard))
147166

148-
## [v0.1.1](https://github.com/atomlinter/linter-jsonlint/tree/v0.1.1) (2014-07-28)
149-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.1.0...v0.1.1)
150-
151-
**Closed issues:**
152-
153-
- JSON is a subset of JavaScript, should be part of JSHint linter [\#2](https://github.com/AtomLinter/linter-jsonlint/issues/2)
167+
## [v0.1.1](https://github.com/AtomLinter/linter-jsonlint/tree/v0.1.1) (2014-07-28)
168+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.1.0...v0.1.1)
154169

155-
**Merged pull requests:**
170+
**Fixed bugs:**
156171

157172
- Updated naming to linter-jsonlint \(everywhere!\) [\#5](https://github.com/AtomLinter/linter-jsonlint/pull/5) ([d0nn13](https://github.com/d0nn13))
158173

159-
## [v0.1.0](https://github.com/atomlinter/linter-jsonlint/tree/v0.1.0) (2014-07-03)
160-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.0.5...v0.1.0)
174+
## [v0.1.0](https://github.com/AtomLinter/linter-jsonlint/tree/v0.1.0) (2014-07-03)
175+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.0.5...v0.1.0)
161176

162-
## [v0.0.5](https://github.com/atomlinter/linter-jsonlint/tree/v0.0.5) (2014-07-03)
163-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.0.4...v0.0.5)
177+
## [v0.0.5](https://github.com/AtomLinter/linter-jsonlint/tree/v0.0.5) (2014-07-03)
178+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.0.4...v0.0.5)
164179

165-
**Closed issues:**
180+
**Fixed bugs:**
166181

167182
- it's not working... [\#3](https://github.com/AtomLinter/linter-jsonlint/issues/3)
168183

169-
## [v0.0.4](https://github.com/atomlinter/linter-jsonlint/tree/v0.0.4) (2014-06-03)
170-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.0.3...v0.0.4)
184+
## [v0.0.4](https://github.com/AtomLinter/linter-jsonlint/tree/v0.0.4) (2014-06-03)
185+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.0.3...v0.0.4)
171186

172-
## [v0.0.3](https://github.com/atomlinter/linter-jsonlint/tree/v0.0.3) (2014-06-03)
173-
[Full Changelog](https://github.com/atomlinter/linter-jsonlint/compare/v0.0.2...v0.0.3)
187+
## [v0.0.3](https://github.com/AtomLinter/linter-jsonlint/tree/v0.0.3) (2014-06-03)
188+
[Full Changelog](https://github.com/AtomLinter/linter-jsonlint/compare/v0.0.2...v0.0.3)
174189

175-
**Merged pull requests:**
190+
**Fixed bugs:**
176191

177192
- Updated naming to linter-jsonlint [\#1](https://github.com/AtomLinter/linter-jsonlint/pull/1) ([kitch](https://github.com/kitch))
178193

179-
## [v0.0.2](https://github.com/atomlinter/linter-jsonlint/tree/v0.0.2) (2014-05-26)
194+
## [v0.0.2](https://github.com/AtomLinter/linter-jsonlint/tree/v0.0.2) (2014-05-26)
180195

181196

182-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
197+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)