Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 4, 2024
1 parent eeab3be commit 46192e3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: Avoid setting `property`/`count`/`options` for expands when not provided
hash: 1f3e69085a7e4225c648ea55a594895c288c45e2
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Avoid setting nested `property` for `PropertyPath` when not provided
hash: 020a2a429e8782c38c84650fe644953a90288321
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 3.1.1
title: ""
date: 2024-10-04T15:32:30.651Z
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

# v3.1.1
## (2024-10-04)

* Avoid setting `property`/`count`/`options` for expands when not provided [Pagan Gazzard]
* Avoid setting nested `property` for `PropertyPath` when not provided [Pagan Gazzard]

# v3.1.0
## (2024-10-03)

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-parser",
"version": "3.1.0",
"version": "3.1.1",
"description": "An OData parser written in OMeta",
"main": "odata-parser.js",
"scripts": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-10-03T23:27:17.985Z"
"publishedAt": "2024-10-04T15:32:30.762Z"
}
}

0 comments on commit 46192e3

Please sign in to comment.