Skip to content

Commit 9d53f58

Browse files
chore(release): 2.9.1 [skip ci]
## [2.9.1](v2.9.0...v2.9.1) (2024-08-23) ### Bug Fixes * Adds quotes around parameter in mustache braces ([#90](#90)) ([bc69771](bc69771))
1 parent bc69771 commit 9d53f58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.9.1](https://github.com/GoodwayGroup/circleci-orb/compare/v2.9.0...v2.9.1) (2024-08-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Adds quotes around parameter in mustache braces ([#90](https://github.com/GoodwayGroup/circleci-orb/issues/90)) ([bc69771](https://github.com/GoodwayGroup/circleci-orb/commit/bc69771e83acf51781a3c0238899830e58f924a8))
7+
18
## [2.8.1](https://github.com/GoodwayGroup/circleci-orb/compare/v2.8.0...v2.8.1) (2024-06-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goodwaygroup/circleci-orb",
3-
"version": "2.8.1",
3+
"version": "2.9.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)