Skip to content

Commit

Permalink
chore(main): release google-apps-script-type 1.4.0 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 23, 2024
1 parent 85d1162 commit bbd51a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-apps-script-type": "1.3.0",
"google-apps-script-type": "1.4.0",
"google-apps-script-type+FILLER": "0.0.0",
"google-cloud-common": "1.6.0",
"google-cloud-common+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-apps-script-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.4.0 (2024-02-23)

#### Features

* Update minimum Ruby version to 2.7 ([#246](https://github.com/googleapis/common-protos-ruby/issues/246))

### 1.3.0 (2024-02-13)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Google
module Apps
module Script
module Type
VERSION = "1.3.0".freeze
VERSION = "1.4.0".freeze
end
end
end
Expand Down

0 comments on commit bbd51a6

Please sign in to comment.