Skip to content

Commit 1c3cca4

Browse files
committed
Bump to v1.0.0
1 parent e14d9ee commit 1c3cca4

File tree

3 files changed

+337
-435
lines changed

3 files changed

+337
-435
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.0.0] - 2021-07-14
10+
911
### Added
1012

1113
- Support for the `bracketSameLine` option to mirror the core option.
@@ -141,7 +143,8 @@ and it will maintain your formatting.
141143

142144
- Initial release 🎉
143145

144-
[unreleased]: https://github.com/prettier/plugin-xml/compare/v0.13.1...HEAD
146+
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.0...HEAD
147+
[1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0
145148
[0.13.1]: https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1
146149
[0.13.0]: https://github.com/prettier/plugin-xml/compare/v0.12.0...v0.13.0
147150
[0.12.0]: https://github.com/prettier/plugin-xml/compare/v0.11.0...v0.12.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-xml",
3-
"version": "0.13.1",
3+
"version": "1.0.0",
44
"description": "prettier plugin for XML",
55
"main": "dist/plugin.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/prettier/plugin-xml#readme",
2222
"dependencies": {
23-
"@xml-tools/parser": "^1.0.2",
23+
"@xml-tools/parser": "^1.0.11",
2424
"prettier": ">=2.3"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)