Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#7)
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 Jul 1, 2023
1 parent b97b5dd commit 22d5d15
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 0.1.0 (2023-07-01)


### Features

* add release-please ([8bace52](https://github.com/kevinschaul/avoid-overlap/commit/8bace52b105b6ad743833cbea78351b63c5571a2))
* shortest strategy should accept nudgeDirections ([245b147](https://github.com/kevinschaul/avoid-overlap/commit/245b147db65b8f53521d066de76da46e1f9c9374))


### Bug Fixes

* back to es6 ([8a80c2a](https://github.com/kevinschaul/avoid-overlap/commit/8a80c2a2fe9a04f44bdc891c070e91cebf2f342e))
* compile dist ([bb548b8](https://github.com/kevinschaul/avoid-overlap/commit/bb548b81e9fc1a1aad8bd951ea4fcfc82d0b27e1))
* dist as umd ([fefce0c](https://github.com/kevinschaul/avoid-overlap/commit/fefce0ca037805103dfba0e471a237ab6442bf95))
* es6 build issue, remove unused params ([49b63dd](https://github.com/kevinschaul/avoid-overlap/commit/49b63dd1808e122cca4da3866f4d7ddbc9276461)), closes [#2](https://github.com/kevinschaul/avoid-overlap/issues/2)
* release-please versioning ([531bfd6](https://github.com/kevinschaul/avoid-overlap/commit/531bfd6585a40b6ae40bcb4f2e76154cdab30ac0))
* remove type module ([21ba860](https://github.com/kevinschaul/avoid-overlap/commit/21ba86005816eaf51d9c83443173a114955c5847))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avoid-overlap",
"version": "0.0.5",
"version": "0.1.0",
"description": "Functions to help avoid text annotation/label overlaps",
"author": "Kevin Schaul",
"license": "MIT",
Expand Down

0 comments on commit 22d5d15

Please sign in to comment.