Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2022
1 parent 2bf9518 commit a11dcde
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/atom-community/atom-ide-code-format/compare/v1.0.2...v1.0.3) (2022-03-27)


### Bug Fixes

* **deps:** update dependency log4js to v6.4.4 ([99a9628](https://github.com/atom-community/atom-ide-code-format/commit/99a9628abd51ef100bc9b66e38d7fbea60d22dee))

## [1.0.2](https://github.com/atom-community/atom-ide-code-format/compare/v1.0.1...v1.0.2) (2021-07-15)


Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Code Formatting for Atom IDE",
"repository": "https://github.com/atom-community/atom-ide-code-format",
"main": "./dist/main.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Provides a code-formatting provider API",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit a11dcde

Please sign in to comment.