Skip to content

Commit ae7a2b4

Browse files
jpmcbopen-sauced[bot]
authored andcommitted
chore(minor): release 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2024-09-11) ### πŸ• Features * Posthog events bootstrapping ([#160](#160)) ([847426b](847426b)) ### πŸ› Bug Fixes * docs generation runs outside of build matrix now ([#165](#165)) ([1e42988](1e42988)) * fixed docs generation in release workflow ([#162](#162)) ([5341e16](5341e16)) * now --tty-disable is set so the action can complete instead of hanging ([#164](#164)) ([a970a73](a970a73)) * skip interactive steps in generate codeowners with --tty-disable flag ([#159](#159)) ([49f1fd3](49f1fd3)) * use the local directory and home directory as fallback for .sauced.yaml ([#158](#158)) ([af2f361](af2f361))
1 parent bcec9b7 commit ae7a2b4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

Diff for: β€ŽCHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.4.0](https://github.com/open-sauced/pizza-cli/compare/v1.3.0...v1.4.0) (2024-09-11)
9+
10+
11+
### πŸ• Features
12+
13+
* Posthog events bootstrapping ([#160](https://github.com/open-sauced/pizza-cli/issues/160)) ([847426b](https://github.com/open-sauced/pizza-cli/commit/847426bcb202e8846287461fb0e3735d04f4c82e))
14+
15+
16+
### πŸ› Bug Fixes
17+
18+
* docs generation runs outside of build matrix now ([#165](https://github.com/open-sauced/pizza-cli/issues/165)) ([1e42988](https://github.com/open-sauced/pizza-cli/commit/1e42988c06fcab6694d4fca9670c59796352e7a5))
19+
* fixed docs generation in release workflow ([#162](https://github.com/open-sauced/pizza-cli/issues/162)) ([5341e16](https://github.com/open-sauced/pizza-cli/commit/5341e16daaeeecdc664895d165246a82623accbe))
20+
* now --tty-disable is set so the action can complete instead of hanging ([#164](https://github.com/open-sauced/pizza-cli/issues/164)) ([a970a73](https://github.com/open-sauced/pizza-cli/commit/a970a73f494f34464a4c8b6ba993d38ecb4e2ec4))
21+
* skip interactive steps in generate codeowners with --tty-disable flag ([#159](https://github.com/open-sauced/pizza-cli/issues/159)) ([49f1fd3](https://github.com/open-sauced/pizza-cli/commit/49f1fd3fc4df24b95724feb1918dc80276cd017e))
22+
* use the local directory and home directory as fallback for .sauced.yaml ([#158](https://github.com/open-sauced/pizza-cli/issues/158)) ([af2f361](https://github.com/open-sauced/pizza-cli/commit/af2f3612e26634455602d1840714c5bf15e1e40a))
23+
824
## [1.4.0-beta.4](https://github.com/open-sauced/pizza-cli/compare/v1.4.0-beta.3...v1.4.0-beta.4) (2024-09-09)
925

1026

Diff for: β€Žnpm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: β€Žnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pizza",
3-
"version": "1.4.0-beta.4",
3+
"version": "1.4.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)