Skip to content

Commit 112d45b

Browse files
chore(main): release qurl 0.2.0
1 parent a3de78d commit 112d45b

5 files changed

Lines changed: 55 additions & 41 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Changelog
2+
3+
## [0.2.0](https://github.com/layervai/qurl-typescript/compare/qurl-v0.1.0...qurl-v0.2.0) (2026-04-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* restructure QURL type — add AccessToken type ([#19](https://github.com/layervai/qurl-typescript/issues/19))
9+
10+
### Features
11+
12+
* initial TypeScript SDK setup ([#1](https://github.com/layervai/qurl-typescript/issues/1)) ([24915d7](https://github.com/layervai/qurl-typescript/commit/24915d75ab17a72298a437040c1c8e001b5266f8))
13+
* restructure QURL type — add AccessToken type ([#19](https://github.com/layervai/qurl-typescript/issues/19)) ([a3619e1](https://github.com/layervai/qurl-typescript/commit/a3619e142e327acb4e81c139c8a8d0a06fc0d077))
14+
15+
## Changelog

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
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",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -37,7 +37,7 @@
3737
"@eslint/js": "^10.0.1",
3838
"@types/node": "^25.6.0",
3939
"@typescript-eslint/eslint-plugin": "^8.0.0",
40-
"@typescript-eslint/parser": "^8.58.2",
40+
"@typescript-eslint/parser": "^8.58.1",
4141
"eslint": "^10.0.3",
4242
"prettier": "^3.5.3",
4343
"typescript": "^5.8.3",

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)