Skip to content

Commit

Permalink
v10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 6, 2025
1 parent 96191e4 commit b74cd01
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Update dependency mocha to v11
hash: 08528d0b68fdfda0370ca8bac7d33bb670eba9f7
body: |
Update mocha from 10.8.2 to 11.0.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 10.1.1
title: ""
date: 2025-01-06T22:00:14.311Z
- commits:
- subject: Add Lower unary node for countTableSelects optimization
hash: e3ebcddbf6c725139535fa53de06492a64c9e2a9
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/).

## 10.1.1 - 2025-01-06

* Update dependency mocha to v11 [Self-hosted Renovate Bot]

## 10.1.0 - 2024-10-24

* Add Lower unary node for countTableSelects optimization [Otavio Jacobi]
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/abstract-sql-compiler",
"version": "10.1.0",
"version": "10.1.1",
"description": "A translator for abstract sql into sql.",
"type": "commonjs",
"main": "out/AbstractSQLCompiler.js",
Expand Down Expand Up @@ -64,6 +64,6 @@
"npm": ">=10.7.0"
},
"versionist": {
"publishedAt": "2024-10-24T14:43:40.037Z"
"publishedAt": "2025-01-06T22:00:14.671Z"
}
}

0 comments on commit b74cd01

Please sign in to comment.