Skip to content

Commit 753ea44

Browse files
chore(main): release qurl 0.1.1
1 parent 24915d7 commit 753ea44

5 files changed

Lines changed: 14 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.1.1"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [0.1.1](https://github.com/layervai/qurl-typescript/compare/qurl-v0.1.0...qurl-v0.1.1) (2026-03-11)
4+
5+
6+
### Features
7+
8+
* initial TypeScript SDK setup ([#1](https://github.com/layervai/qurl-typescript/issues/1)) ([24915d7](https://github.com/layervai/qurl-typescript/commit/24915d75ab17a72298a437040c1c8e001b5266f8))
9+
10+
## 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.1.1",
44
"description": "TypeScript SDK for the QURL API - secure, time-limited access links",
55
"type": "module",
66
"main": "./dist/index.js",

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.1.1"; // x-release-please-version

0 commit comments

Comments
 (0)