Skip to content

Commit 7a3d503

Browse files
chore(main): release functions_framework 1.4.2
1 parent 0ce6ff3 commit 7a3d503

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.1"
2+
".": "1.4.2"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.4.2 (2024-01-18)
4+
5+
#### Documentation
6+
7+
* fix a broken link to the rack SPEC
8+
39
### 1.4.1 (2023-06-27)
410

511
#### Bug Fixes

lib/functions_framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module FunctionsFramework
1717
# Version of the Ruby Functions Framework
1818
# @return [String]
1919
#
20-
VERSION = "1.4.1".freeze
20+
VERSION = "1.4.2".freeze
2121
end

0 commit comments

Comments
 (0)