Skip to content

Commit af5ae79

Browse files
committed
chore: release main
1 parent 374bca1 commit af5ae79

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/biome-plugin": "0.2.2",
99
"packages/zotero-plugin-uts": "0.1.2",
1010
"packages/react-share": "0.1.3",
11-
"packages/tems-trp-parser": "0.1.0"
11+
"packages/tems-trp-parser": "0.1.1"
1212
}
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](https://github.com/gracefullight/pkgs/compare/@gracefullight/tems-trp-parser@0.1.0...@gracefullight/tems-trp-parser@0.1.1) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* **tems-trp-parser:** add TEMS TRP parser package ([23bec0b](https://github.com/gracefullight/pkgs/commit/23bec0b4d0d9161933a04c4d9e88af574092f1a9))
9+
10+
11+
### Bug Fixes
12+
13+
* **tems-trp-parser:** add vitest path alias resolution ([8cabc7c](https://github.com/gracefullight/pkgs/commit/8cabc7cd4c328c51d4b4013528cc823b43e2beca))

packages/tems-trp-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/tems-trp-parser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Parse TEMS Pocket TRP (Trace Recording Packet) RF log files",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)