Skip to content

Commit

Permalink
v14.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Feb 24, 2023
1 parent a5b6ba4 commit 2e19c45
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
- commits:
- subject: Update @balena/odata-parser to 2.4.6
hash: c2ae65faa13a420c87bbd2608974c3387b1350fc
body: |
Update @balena/odata-parser from 2.4.2 to 2.4.6
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Improve typings
hash: ed5fa5675021485a775eb777f2358d8041b93ce1
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: odata-parser-2.4.6
title: ""
date: 2023-02-24T17:02:58.272Z
- commits:
- subject: Use const/let as appropriate
hash: 0824fe7d85eeb97941319749fc802f9bae3c9fb6
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: odata-parser-2.4.5
title: ""
date: 2023-02-23T16:31:08.299Z
- commits:
- subject: Use shorthand object notation
hash: 611c0480681965c7af06302264eac79fea18bded
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: odata-parser-2.4.4
title: ""
date: 2023-02-23T16:26:30.639Z
- commits:
- subject: Update dependencies
hash: 25b153aca258347c6742cb8b4efe54c0ae199695
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: odata-parser-2.4.3
title: ""
date: 2023-02-23T16:14:13.013Z
version: 14.62.1
title: ""
date: 2023-02-24T17:45:10.612Z
- commits:
- subject: Use `affectedIds` to narrow the number of rows checked by rules
hash: b76afb213dc1e120ac6b43a3c8ce2887e69407a4
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ 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/).

# v14.62.1
## (2023-02-24)


<details>
<summary> Update @balena/odata-parser to 2.4.6 [Pagan Gazzard] </summary>

> ## odata-parser-2.4.6
> ### (2023-02-24)
>
> * Improve typings [Pagan Gazzard]
>
> ## odata-parser-2.4.5
> ### (2023-02-23)
>
> * Use const/let as appropriate [Pagan Gazzard]
>
> ## odata-parser-2.4.4
> ### (2023-02-23)
>
> * Use shorthand object notation [Pagan Gazzard]
>
> ## odata-parser-2.4.3
> ### (2023-02-23)
>
> * Update dependencies [Pagan Gazzard]
>
</details>

# v14.62.0
## (2023-02-20)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.62.0
14.62.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "14.62.0",
"version": "14.62.1",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
Expand Down Expand Up @@ -132,6 +132,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2023-02-20T17:04:41.688Z"
"publishedAt": "2023-02-24T17:45:12.285Z"
}
}

0 comments on commit 2e19c45

Please sign in to comment.