@linqapp/sdk 0.49.1 → 0.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.50.1](https://github.com/linq-team/linq-node/compare/v0.50.0...v0.50.1) (2026-08-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* simplify mention fields in text parts, remove mentions array ([198ffaa](https://github.com/linq-team/linq-node/commit/198ffaab87b415ccaa62e02dd201887bf8ab5801))
|
|
9
|
+
|
|
10
|
+
## [0.50.0](https://github.com/linq-team/linq-node/compare/v0.49.1...v0.50.0) (2026-08-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* support multiple mentions per message part ([5754238](https://github.com/linq-team/linq-node/commit/575423865e3ecf821cf52a4c8e9e798482b28dc6))
|
|
16
|
+
|
|
3
17
|
## [0.49.1](https://github.com/linq-team/linq-node/compare/v0.49.0...v0.49.1) (2026-08-27)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.50.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.50.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.50.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.50.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|