Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 28, 2024
1 parent 3c88067 commit 3549ebe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.0](https://github.com/ksassnowski/vueclid/compare/v1.1.1...v1.2.0) (2024-02-28)


### Features

* add option to draw labels for angles and arcs ([3c88067](https://github.com/ksassnowski/vueclid/commit/3c8806705089b60ad451de2e6249453c089efef9))
* add option to draw labels without border ([323baaa](https://github.com/ksassnowski/vueclid/commit/323baaa42301ef7529333a5e467e2bbbae1d4e83))
* allow labels to be rotated ([9dd32f4](https://github.com/ksassnowski/vueclid/commit/9dd32f4b2fb99480ce8c1abeade64be3736f02e2))

## [1.1.1](https://github.com/ksassnowski/vueclid/compare/v1.1.0...v1.1.1) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksassnowski/vueclid",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",
"main": "./dist/vueclid.umd.js",
"module": "./dist/vueclid.js",
Expand Down

0 comments on commit 3549ebe

Please sign in to comment.