Skip to content

Commit 4c2c7f8

Browse files
authored
Merge pull request #4 from terraform-industries/release-please--branches--main--components--apriltag-node
chore(main): release apriltag-node 1.2.0
2 parents 7a8fa86 + 3930a49 commit 4c2c7f8

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/terraform-industries/apriltag-node/compare/apriltag-node-v1.1.1...apriltag-node-v1.2.0) (2025-08-06)
4+
5+
6+
### Features
7+
8+
* add `detectAsync` and add mutexes ([6a4017e](https://github.com/terraform-industries/apriltag-node/commit/6a4017ebd08ed6d7507444eed0b379d6d91da916))
9+
* add `ensureInitialized` function ([f9c554c](https://github.com/terraform-industries/apriltag-node/commit/f9c554c74eb8e6adb7e67f1a0f36fcee82ebbc31))
10+
311
## [1.1.1](https://github.com/terraform-industries/apriltag-node/compare/apriltag-node-v1.1.0...apriltag-node-v1.1.1) (2025-07-21)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monumental-works/apriltag-node",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Node.js bindings for AprilTag detection library",
55
"type": "module",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)