Skip to content

Commit b1f1b95

Browse files
jpmcbopen-sauced[bot]
authored andcommitted
chore(minor): release 1.3.0 [skip ci]
## [1.3.0](v1.2.1...v1.3.0) (2024-09-06) ### πŸ• Features * Create a contributor list after generating codeowners ([#141](#141)) ([72c5d58](72c5d58)) * now the documentation for the pizza-cli can be generated via pizza docs ([#143](#143)) ([3f5d27e](3f5d27e)) * Refactors API client into hand rolled sdk in api/ directory ([#111](#111)) ([e16e889](e16e889)) * support fallback attributions when generating codeowners file ([#145](#145)) ([35af4da](35af4da)) * update `CODEOWNERS` copy with command ([#130](#130)) ([a477959](a477959)) ### πŸ› Bug Fixes * Corrects invalid gosec lint error ([#151](#151)) ([f76527f](f76527f)) * Exhume Posthog functionality ([#147](#147)) ([de091ca](de091ca)) * now fallback .sauced.yaml contents get read ([#135](#135)) ([fd658e5](fd658e5)) * NPM cache now looks at package-lock file ([#136](#136)) ([cd4b8da](cd4b8da))
1 parent 7f2604e commit b1f1b95

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
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.3.0](https://github.com/open-sauced/pizza-cli/compare/v1.2.1...v1.3.0) (2024-09-06)
9+
10+
11+
### πŸ• Features
12+
13+
* Create a contributor list after generating codeowners ([#141](https://github.com/open-sauced/pizza-cli/issues/141)) ([72c5d58](https://github.com/open-sauced/pizza-cli/commit/72c5d588fcd4fb04f6d39d756a6a26a47d25a4e4))
14+
* now the documentation for the pizza-cli can be generated via pizza docs ([#143](https://github.com/open-sauced/pizza-cli/issues/143)) ([3f5d27e](https://github.com/open-sauced/pizza-cli/commit/3f5d27e2c52c894a266828e70e7475069e74e8e9))
15+
* Refactors API client into hand rolled sdk in api/ directory ([#111](https://github.com/open-sauced/pizza-cli/issues/111)) ([e16e889](https://github.com/open-sauced/pizza-cli/commit/e16e8899a4ef69641dc614887d065dc8b70adb35))
16+
* support fallback attributions when generating codeowners file ([#145](https://github.com/open-sauced/pizza-cli/issues/145)) ([35af4da](https://github.com/open-sauced/pizza-cli/commit/35af4dafc4ed088ba1396ff28e1536723c914a2b))
17+
* update `CODEOWNERS` copy with command ([#130](https://github.com/open-sauced/pizza-cli/issues/130)) ([a477959](https://github.com/open-sauced/pizza-cli/commit/a477959020cfcbb3dc4707efb1700e17e05e3981))
18+
19+
20+
### πŸ› Bug Fixes
21+
22+
* Corrects invalid gosec lint error ([#151](https://github.com/open-sauced/pizza-cli/issues/151)) ([f76527f](https://github.com/open-sauced/pizza-cli/commit/f76527f0c61c5720f684416f391fe1395774e1fb))
23+
* Exhume Posthog functionality ([#147](https://github.com/open-sauced/pizza-cli/issues/147)) ([de091ca](https://github.com/open-sauced/pizza-cli/commit/de091cac7df585eadcfae64d6f851cfc178c74a2))
24+
* now fallback .sauced.yaml contents get read ([#135](https://github.com/open-sauced/pizza-cli/issues/135)) ([fd658e5](https://github.com/open-sauced/pizza-cli/commit/fd658e5e09051cdf007c3605aa880d68db835afb))
25+
* NPM cache now looks at package-lock file ([#136](https://github.com/open-sauced/pizza-cli/issues/136)) ([cd4b8da](https://github.com/open-sauced/pizza-cli/commit/cd4b8da75e1a0c0aa3d7e6f76d6b560a4dea941f))
26+
827
## [1.3.0-beta.9](https://github.com/open-sauced/pizza-cli/compare/v1.3.0-beta.8...v1.3.0-beta.9) (2024-09-06)
928

1029

β€Žnpm/package-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žnpm/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pizza",
3-
"version": "1.3.0-beta.9",
3+
"version": "1.3.0",
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)