Skip to content

Commit 3f8deeb

Browse files
authored
Bump 0.1.6 (#13)
1 parent 0b71d20 commit 3f8deeb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Added
1010

11+
## [py-0.1.6 & ts-0.1.6] - 2025-06-04
12+
### Changed
13+
- Changed timestamp fields to created_at, changed_at and synced_at
14+
1115
## [py-0.1.5 & ts-0.1.5] - 2025-05-22
1216
### Fixed
1317
- Fixed operator types in filter

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lightfeed"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Lightfeed API Client for Python"
99
readme = "README.md"
1010
authors = [

clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightfeed",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Lightfeed API Client for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)