Skip to content

Commit

Permalink
chore: release master (#1834)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
<details><summary>@google-automations/cron-utils: 1.0.0</summary>


### ⚠ BREAKING CHANGES

* add cron-utils package (#1824)

### Features

* add cron-utils package ([#1824](https://www.github.com/googleapis/repo-automation-bots/issues/1824)) ([74e2b92](https://www.github.com/googleapis/repo-automation-bots/commit/74e2b92aa92cfb368c66566844b29680b126e444))
</details>


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored May 21, 2021
1 parent 74e2b92 commit 35bf586
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/bot-config-utils": "3.0.0",
"packages/cron-utils": "0.1.0",
"packages/cron-utils": "1.0.0",
"packages/datastore-lock": "2.0.0",
"packages/gcf-utils": "8.0.0",
"packages/label-utils": "1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cron-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [1.0.0](https://www.github.com/googleapis/repo-automation-bots/compare/cron-utils-v0.1.0...cron-utils-v1.0.0) (2021-05-21)


### ⚠ BREAKING CHANGES

* add cron-utils package (#1824)

### Features

* add cron-utils package ([#1824](https://www.github.com/googleapis/repo-automation-bots/issues/1824)) ([74e2b92](https://www.github.com/googleapis/repo-automation-bots/commit/74e2b92aa92cfb368c66566844b29680b126e444))
2 changes: 1 addition & 1 deletion packages/cron-utils/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/cron-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/cron-utils",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utilities for setting up bot crons",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit 35bf586

Please sign in to comment.