Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 29, 2024
1 parent 63fada3 commit caf9794
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
21 changes: 20 additions & 1 deletion .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
- commits:
- subject: Rebuild with latest protobuf deps
hash: b40ab45fc3c830e9d14fb7cc507b0553a26e2b62
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Update README.md
hash: ea131f38cd2eb60d0e7337f905bb800931d6102a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 2.0.1
title: ""
date: 2024-10-29T17:47:24.170Z
- commits:
- subject: Change grpc to grpc-js
hash: b02460898ebf112684ec2af34a501424e51edbe2
body: >
Rebuild proto js using grpc-js
Removed `promisifyClient` function, not compatible with `grpc-js` replace with promisify on client methods.
Removed `promisifyClient` function, not compatible with `grpc-js`
replace with promisify on client methods.
footer:
Change-type: major
change-type: major
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/).

# v2.0.1
## (2024-10-29)

* Rebuild with latest protobuf deps [Pagan Gazzard]
* Update README.md [Pagan Gazzard]

# v2.0.0
## (2022-11-21)

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": "loki-grpc-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Loki GRPC client for Node.js",
"homepage": "https://github.com/balena-io-modules/node-loki-grpc-client#readme",
"main": "build/index.js",
Expand Down Expand Up @@ -60,6 +60,6 @@
"google-protobuf": "^3.21.4"
},
"versionist": {
"publishedAt": "2022-11-21T09:30:48.062Z"
"publishedAt": "2024-10-29T17:47:24.219Z"
}
}

0 comments on commit caf9794

Please sign in to comment.