File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2021-07-14
10
+
11
+ ### Changed
12
+
13
+ - Fix the export to work in non-TypeScript environments.
14
+
9
15
## [ 1.0.0] - 2021-07-14
10
16
11
17
### Added
@@ -143,7 +149,8 @@ and it will maintain your formatting.
143
149
144
150
- Initial release 🎉
145
151
146
- [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v1.0.0...HEAD
152
+ [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD
153
+ [ 1.0.1 ] : https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1
147
154
[ 1.0.0 ] : https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0
148
155
[ 0.13.1 ] : https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1
149
156
[ 0.13.0 ] : https://github.com/prettier/plugin-xml/compare/v0.12.0...v0.13.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prettier/plugin-xml" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " prettier plugin for XML" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -185,4 +185,4 @@ const plugin: Plugin<XMLAst> = {
185
185
}
186
186
} ;
187
187
188
- export default plugin ;
188
+ export = plugin ;
You can’t perform that action at this time.
0 commit comments