Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added

## [py-0.1.6 & ts-0.1.6] - 2025-06-04
### Changed
- Changed timestamp fields to created_at, changed_at and synced_at

## [py-0.1.5 & ts-0.1.5] - 2025-05-22
### Fixed
- Fixed operator types in filter
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lightfeed"
version = "0.1.5"
version = "0.1.6"
description = "Lightfeed API Client for Python"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightfeed",
"version": "0.1.5",
"version": "0.1.6",
"description": "Lightfeed API Client for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down