Skip to content

Commit 136d138

Browse files
jpmcbopen-sauced[bot]
authored andcommitted
chore(minor): release 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2024-09-16) ### πŸ› Bug Fixes * Config path prefers local dir vs. home dir ([#184](#184)) ([859446a](859446a)) * Don't overwrite ldflags in justfile builds ([#171](#171)) ([e024687](e024687)) ### πŸ• Features * Cut 2.0.0 release ([#193](#193)) ([278a833](278a833)) * pizza generate insight command ([#179](#179)) ([7315a1d](7315a1d)) * Update README docs ([#186](#186)) ([99328aa](99328aa))
1 parent 6178458 commit 136d138

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

β€ŽCHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.5.0](https://github.com/open-sauced/pizza-cli/compare/v1.4.0...v1.5.0) (2024-09-16)
9+
10+
11+
### πŸ› Bug Fixes
12+
13+
* Config path prefers local dir vs. home dir ([#184](https://github.com/open-sauced/pizza-cli/issues/184)) ([859446a](https://github.com/open-sauced/pizza-cli/commit/859446ac865e7a4c7d7779a2620c7391b4aabf33))
14+
* Don't overwrite ldflags in justfile builds ([#171](https://github.com/open-sauced/pizza-cli/issues/171)) ([e024687](https://github.com/open-sauced/pizza-cli/commit/e0246879d7d72095f30305cf805ad86e2df1f623))
15+
16+
17+
### πŸ• Features
18+
19+
* Cut 2.0.0 release ([#193](https://github.com/open-sauced/pizza-cli/issues/193)) ([278a833](https://github.com/open-sauced/pizza-cli/commit/278a8339c701be1f25db9e3e039f727927b4cdef))
20+
* pizza generate insight command ([#179](https://github.com/open-sauced/pizza-cli/issues/179)) ([7315a1d](https://github.com/open-sauced/pizza-cli/commit/7315a1d2ae2764dcbdfd1ce0af1272fde36b1a0c))
21+
* Update README docs ([#186](https://github.com/open-sauced/pizza-cli/issues/186)) ([99328aa](https://github.com/open-sauced/pizza-cli/commit/99328aaa322b6dc4abe3f1933b6e77ffedecb355))
22+
823
## [1.5.0-beta.3](https://github.com/open-sauced/pizza-cli/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-09-16)
924

1025

β€Žnpm/package-lock.json

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

β€Žnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pizza",
3-
"version": "2.0.0-beta.1",
3+
"version": "1.5.0",
44
"description": "A command line utility for insights, metrics, and generating CODEOWNERS documentation for your open source projects",
55
"repository": "https://github.com/open-sauced/pizza-cli",
66
"license": "MIT",

0 commit comments

Comments
Β (0)