Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
James Milner committed Dec 26, 2024
1 parent 78a8b3a commit 806e319
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0-beta.11](https://github.com/JamesLMilner/terra-draw/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-12-26)


### Features

* allow snapping to custom positions with toCustom snapping option ([#388](https://github.com/JamesLMilner/terra-draw/issues/388)) ([78a8b3a](https://github.com/JamesLMilner/terra-draw/commit/78a8b3a4599dbe025a46658cacdda12dbf9a6f68))


### Chore

* lint error in CI if console is called ([#389](https://github.com/JamesLMilner/terra-draw/issues/389)) ([9d6fa3e](https://github.com/JamesLMilner/terra-draw/commit/9d6fa3efb49399fc81e90a54e5422e712fd0c772))

## [1.0.0-beta.10](https://github.com/JamesLMilner/terra-draw/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-12-24)


Expand Down
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": "terra-draw",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Frictionless map drawing across mapping provider",
"scripts": {
"docs": "typedoc",
Expand Down

0 comments on commit 806e319

Please sign in to comment.