Skip to content

Commit

Permalink
v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 15, 2024
1 parent a04b3ca commit 6f95b12
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: Simplify support for MERGE as an alias for PATCH
hash: 1da1bd4a49aab7d1bc5053c86109cb976f79c91d
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 6.2.2
title: ""
date: 2024-01-15T16:21:54.195Z
- commits:
- subject: Update dependencies
hash: 6f619f6a24ec7a4086963b035fe3c015c729678c
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.2.2 - 2024-01-15

* Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]

## 6.2.1 - 2024-01-15


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.1",
"version": "6.2.2",
"description": "A consumer of the OData parser, written in OMeta",
"main": "out/odata-to-abstract-sql.js",
"scripts": {
Expand Down Expand Up @@ -53,6 +53,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-01-15T15:03:53.701Z"
"publishedAt": "2024-01-15T16:21:54.554Z"
}
}

0 comments on commit 6f95b12

Please sign in to comment.