We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bef7d commit cc1ba08Copy full SHA for cc1ba08
CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
- Automated release workflows for Python and TypeScript clients
11
- CHANGELOG tracking
12
13
+## [ts-0.1.4] - 2025-05-11
14
+### Added
15
+- Initial CI/CD setup
16
+- Automated release workflows for Python and TypeScript clients
17
+- CHANGELOG tracking
18
+
19
## [py-0.1.3 & ts-0.1.3] - 2024-04-21
20
### Fixed
21
- Fixed Search and Filter APIs to use the correct endpoints
clients/typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lightfeed",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "Lightfeed API Client for Node.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments