Skip to content

Commit 4406d16

Browse files
chore: release v0.1.1
1 parent 34e5515 commit 4406d16

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.1 (2025-10-08)
4+
5+
### Features
6+
7+
* initial AprilTags bindings ([6efd51e](https://github.com/terraform-industries/apriltags-kaess-node/commit/6efd51e7f7cae3fca70e263c686536b174c990c5))
8+
9+
### Bug Fixes
10+
11+
* add `@types/node` ([bb83532](https://github.com/terraform-industries/apriltags-kaess-node/commit/bb83532b22058962a51fc38db28397e450ff1ec2))
12+
* correct repository urls ([34e5515](https://github.com/terraform-industries/apriltags-kaess-node/commit/34e5515d13ecd86f87f0e48d6f47623f934fa564))
13+
* move cmake-js to `dependencies` to fix installation ([7f37dea](https://github.com/terraform-industries/apriltags-kaess-node/commit/7f37dea27d118c09f2c75f059e42bbb40a2e35df))

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/apriltags-kaess-node",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Node.js bindings for the AprilTags library written by Michael Kaess",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)