Skip to content

Commit

Permalink
Bump vscode/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 15, 2024
1 parent 9bece53 commit baa75ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [0.1.0] - 2024-06-15

### Added

- Ability to format standalone files without opening them as part of a workspace
Expand All @@ -26,6 +29,7 @@
- Initial release


[unreleased]: https://github.com/Crozzers/string-fixer/compare/vscode/0.0.2...HEAD
[unreleased]: https://github.com/Crozzers/string-fixer/compare/vscode/0.1.0...HEAD
[0.1.0]: https://github.com/Crozzers/string-fixer/compare/vscode/0.0.2...vscode/0.1.0
[0.0.2]: https://github.com/Crozzers/string-fixer/compare/vscode/0.0.1...vscode/0.0.2
[0.0.1]: https://github.com/Crozzers/string-fixer/releases/tag/vscode/0.0.1
4 changes: 2 additions & 2 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "string-fixer",
"displayName": "string-fixer",
"description": "Replace double quotes with single quotes in Python files",
"version": "0.0.2",
"version": "0.1.0",
"engines": {
"vscode": "^1.87.0"
},
Expand Down

0 comments on commit baa75ac

Please sign in to comment.