Skip to content

Commit d6d3606

Browse files
chore(main): release qurl 0.2.0
1 parent 194d2c4 commit d6d3606

5 files changed

Lines changed: 27 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".": "0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# Changelog
2+
3+
## [0.2.0](https://github.com/layervai/qurl-typescript/compare/qurl-v0.1.0...qurl-v0.2.0) (2026-04-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* align types and client with latest API spec ([#14](https://github.com/layervai/qurl-typescript/issues/14))
9+
* restructure QURL type — add AccessToken type ([#19](https://github.com/layervai/qurl-typescript/issues/19))
10+
11+
### Features
12+
13+
* align types and client with latest API spec ([#14](https://github.com/layervai/qurl-typescript/issues/14)) ([a8b2d56](https://github.com/layervai/qurl-typescript/commit/a8b2d568ee3d6c0bcebeac22570f01a23686f4f8))
14+
* **ci:** adopt fleet issue-template + priority-enforcement pattern ([#45](https://github.com/layervai/qurl-typescript/issues/45)) ([04e6f75](https://github.com/layervai/qurl-typescript/commit/04e6f756be3545ceeb1ada642ce9e02209ea48df))
15+
* initial TypeScript SDK setup ([#1](https://github.com/layervai/qurl-typescript/issues/1)) ([24915d7](https://github.com/layervai/qurl-typescript/commit/24915d75ab17a72298a437040c1c8e001b5266f8))
16+
* restructure QURL type — add AccessToken type ([#19](https://github.com/layervai/qurl-typescript/issues/19)) ([a3619e1](https://github.com/layervai/qurl-typescript/commit/a3619e142e327acb4e81c139c8a8d0a06fc0d077))
17+
18+
19+
### Bug Fixes
20+
21+
* use canonical /v1/qurls path for create (plural) ([#46](https://github.com/layervai/qurl-typescript/issues/46)) ([e6a199d](https://github.com/layervai/qurl-typescript/commit/e6a199d258c54f32a4ac402348b49b0ff7792621))
22+
23+
## Changelog

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": "@layerv/qurl",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "TypeScript SDK for the qURL™ API — secure, time-limited access links. Quantum URL is how you enter the hidden layer of the internet.",
55
"type": "module",
66
"sideEffects": false,

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.1.0"; // x-release-please-version
1+
export const VERSION = "0.2.0"; // x-release-please-version

0 commit comments

Comments
 (0)