Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

chore(main): release 6.2.0 #632

Merged
merged 1 commit into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google/repo?activeTab=versions

## [6.2.0](https://github.com/googleapis/github-repo-automation/compare/v6.1.3...v6.2.0) (2023-03-29)


### Features

* Make possible to read custom baseUrl from config.yaml ([#631](https://github.com/googleapis/github-repo-automation/issues/631)) ([9862fe5](https://github.com/googleapis/github-repo-automation/commit/9862fe5e38645d930e68d469588d07b19d317f62))

## [6.1.3](https://github.com/googleapis/github-repo-automation/compare/v6.1.2...v6.1.3) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/repo",
"version": "6.1.3",
"version": "6.2.0",
"repository": "googleapis/github-repo-automation",
"description": "A tool for automating multiple GitHub repositories.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google/repo": "^6.1.3"
"@google/repo": "^6.2.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down