Skip to content

Commit

Permalink
chore: release main (#5059)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>datastore-lock: 4.1.0</summary>

##
[4.1.0](datastore-lock-v4.0.4...datastore-lock-v4.1.0)
(2023-05-17)


### Features

* add `withDatastoreLock()` helper
([#5057](#5057))
([ec2c8e3](ec2c8e3))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 17, 2023
1 parent ec2c8e3 commit e9531be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/bot-config-utils": "6.1.3",
"packages/cron-utils": "3.2.2",
"packages/datastore-lock": "4.0.4",
"packages/datastore-lock": "4.1.0",
"packages/flakybot": "1.2.0",
"packages/gcf-utils": "14.4.6",
"packages/git-file-utils": "1.2.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/datastore-lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v4.0.4...datastore-lock-v4.1.0) (2023-05-17)


### Features

* add `withDatastoreLock()` helper ([#5057](https://github.com/googleapis/repo-automation-bots/issues/5057)) ([ec2c8e3](https://github.com/googleapis/repo-automation-bots/commit/ec2c8e3b2c87223835a5d3a4b4b7ce6fc7fe9286))

## [4.0.4](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v4.0.3...datastore-lock-v4.0.4) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/datastore-lock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/datastore-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/datastore-lock",
"version": "4.0.4",
"version": "4.1.0",
"description": "Distributed lock backed by Google Cloud Datastore",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit e9531be

Please sign in to comment.