Skip to content

Commit 3549ebe

Browse files
chore(main): release 1.2.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c88067 commit 3549ebe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/ksassnowski/vueclid/compare/v1.1.1...v1.2.0) (2024-02-28)
4+
5+
6+
### Features
7+
8+
* add option to draw labels for angles and arcs ([3c88067](https://github.com/ksassnowski/vueclid/commit/3c8806705089b60ad451de2e6249453c089efef9))
9+
* add option to draw labels without border ([323baaa](https://github.com/ksassnowski/vueclid/commit/323baaa42301ef7529333a5e467e2bbbae1d4e83))
10+
* allow labels to be rotated ([9dd32f4](https://github.com/ksassnowski/vueclid/commit/9dd32f4b2fb99480ce8c1abeade64be3736f02e2))
11+
312
## [1.1.1](https://github.com/ksassnowski/vueclid/compare/v1.1.0...v1.1.1) (2024-02-22)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksassnowski/vueclid",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"type": "module",
55
"main": "./dist/vueclid.umd.js",
66
"module": "./dist/vueclid.js",

0 commit comments

Comments
 (0)