Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 26, 2024
1 parent 5e9bacd commit 116e8bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Support PUT/PATCH/DELETE requests on resources with a translated ID field
hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 6.3.0
title: ""
date: 2024-08-26T16:45:57.380Z
- commits:
- subject: Update dependencies
hash: 5bb046976db9be203106ebd20db6248064fc9728
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.3.0 - 2024-08-26

* Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]

## 6.2.8 - 2024-08-26


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/odata-to-abstract-sql",
"version": "6.2.8",
"version": "6.3.0",
"description": "A consumer of the OData parser, written in OMeta",
"type": "commonjs",
"main": "out/odata-to-abstract-sql.js",
Expand Down Expand Up @@ -54,6 +54,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-08-26T13:17:56.942Z"
"publishedAt": "2024-08-26T16:45:57.690Z"
}
}

0 comments on commit 116e8bb

Please sign in to comment.