Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 6c626ea

Browse files
author
SIDENIS\Andrey.Chalkin
committed
v1.0.3
1 parent b52832f commit 6c626ea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [1.0.3]
89
### Added
910
- Added support for stroke dasharray, linecap and linejoin
1011

@@ -343,8 +344,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
343344
### Added
344345
- Add Artboard parser
345346

346-
[Unreleased]: https://github.com/L2jLiga/xd2svg/compare/v1.0.2...HEAD
347-
[1.0.2]: https://github.com/L2jLiga/xd2svg/compare/v1.0.0...v1.0.2
347+
[Unreleased]: https://github.com/L2jLiga/xd2svg/compare/v1.0.3...HEAD
348+
[1.0.3]: https://github.com/L2jLiga/xd2svg/compare/v1.0.2...v1.0.3
349+
[1.0.2]: https://github.com/L2jLiga/xd2svg/compare/v1.0.1...v1.0.2
348350
[1.0.1]: https://github.com/L2jLiga/xd2svg/compare/v1.0.0...v1.0.1
349351
[1.0.0]: https://github.com/L2jLiga/xd2svg/compare/v1.0.0-4...v1.0.0
350352
[1.0.0-4]: https://github.com/L2jLiga/xd2svg/compare/v1.0.0-3...v1.0.0-4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xd2svg",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Utility for converting Adobe XD files (*.xd) to SVG",
55
"keywords": [
66
"svg",

0 commit comments

Comments
 (0)