Skip to content

Commit a11dcde

Browse files
chore(release): 1.0.3 [skip ci]
1 parent 2bf9518 commit a11dcde

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/atom-community/atom-ide-code-format/compare/v1.0.2...v1.0.3) (2022-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency log4js to v6.4.4 ([99a9628](https://github.com/atom-community/atom-ide-code-format/commit/99a9628abd51ef100bc9b66e38d7fbea60d22dee))
7+
18
## [1.0.2](https://github.com/atom-community/atom-ide-code-format/compare/v1.0.1...v1.0.2) (2021-07-15)
29

310

dist/main.js

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

dist/main.js.map

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

dist/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Code Formatting for Atom IDE",
44
"repository": "https://github.com/atom-community/atom-ide-code-format",
55
"main": "./dist/main.js",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"description": "Provides a code-formatting provider API",
88
"scripts": {
99
"format": "prettier --write .",

0 commit comments

Comments
 (0)