Skip to content

Commit 74b2fc5

Browse files
nickytonlineopen-sauced[bot]
authored andcommitted
chore(minor): release 1.2.0-beta.9 on beta channel [skip ci]
## [1.2.0-beta.9](v1.2.0-beta.8...v1.2.0-beta.9) (2024-08-29) ### πŸ• Features * now generate codeowners checks in user root but also repository root folder for .sauced.yaml ([a0298b1](a0298b1)) ### πŸ“ Documentation * updated comment for LoadConfig ([ab5206b](ab5206b)) ### βœ… Tests * added setup and teardown ([aba6310](aba6310)) * added tests for LoadConfig ([2a5f85d](2a5f85d)) * made tests parallel ([2b3d8ca](2b3d8ca))
1 parent 2959d12 commit 74b2fc5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

β€ŽCHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.2.0-beta.9](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.8...v1.2.0-beta.9) (2024-08-29)
9+
10+
11+
### πŸ• Features
12+
13+
* now generate codeowners checks in user root but also repository root folder for .sauced.yaml ([a0298b1](https://github.com/open-sauced/pizza-cli/commit/a0298b1b8bd0348918d579785cc859cefa594ada))
14+
15+
16+
### πŸ“ Documentation
17+
18+
* updated comment for LoadConfig ([ab5206b](https://github.com/open-sauced/pizza-cli/commit/ab5206b9a76ca35e2cf18c0fa68c4958a7d37ca6))
19+
20+
21+
### βœ… Tests
22+
23+
* added setup and teardown ([aba6310](https://github.com/open-sauced/pizza-cli/commit/aba631095495fc70b2ba520a1e59e5d7c6f93a13))
24+
* added tests for LoadConfig ([2a5f85d](https://github.com/open-sauced/pizza-cli/commit/2a5f85de3bbe3a3d2812fcfe1ba4640ad7b55827))
25+
* made tests parallel ([2b3d8ca](https://github.com/open-sauced/pizza-cli/commit/2b3d8ca28e7a92f81953e16a982acda5a36a4e6d))
26+
827
## [1.2.0-beta.8](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.7...v1.2.0-beta.8) (2024-08-28)
928

1029

β€Žnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pizza",
3-
"version": "1.2.0-beta.8",
3+
"version": "1.2.0-beta.9",
44
"description": "A command line utility for insights, metrics, and all things OpenSauced",
55
"repository": "https://github.com/open-sauced/pizza-cli",
66
"license": "MIT",

0 commit comments

Comments
Β (0)