Skip to content

Commit

Permalink
chore(patch): release 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-02-05)

### πŸ› Bug Fixes

* avoid requiring CGO for now ([#71](#71)) ([f6d2f1d](f6d2f1d))
* Force publish of package to build go binaries during release ([#69](#69)) ([02177d5](02177d5))
* Upgrade to v2 API ([#73](#73)) ([40b468b](40b468b))
  • Loading branch information
jpmcb authored and open-sauced[bot] committed Feb 5, 2024
1 parent fc00730 commit 06dbb1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

> All notable changes to this project will be documented in this file
## [1.1.1](https://github.com/open-sauced/pizza-cli/compare/v1.1.0...v1.1.1) (2024-02-05)


### πŸ› Bug Fixes

* avoid requiring CGO for now ([#71](https://github.com/open-sauced/pizza-cli/issues/71)) ([f6d2f1d](https://github.com/open-sauced/pizza-cli/commit/f6d2f1d11bda7760edf585279099f3a874661973))
* Force publish of package to build go binaries during release ([#69](https://github.com/open-sauced/pizza-cli/issues/69)) ([02177d5](https://github.com/open-sauced/pizza-cli/commit/02177d5c81c330385f4f73c5d5f2df045c96757e))
* Upgrade to v2 API ([#73](https://github.com/open-sauced/pizza-cli/issues/73)) ([40b468b](https://github.com/open-sauced/pizza-cli/commit/40b468be69bdffb1fa7170861abf98601acb6c68))

## [1.1.1-beta.3](https://github.com/open-sauced/pizza-cli/compare/v1.1.1-beta.2...v1.1.1-beta.3) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pizza",
"version": "1.1.1-beta.3",
"version": "1.1.1",
"description": "A command line utility for insights, metrics, and all things OpenSauced",
"repository": "https://github.com/open-sauced/pizza-cli",
"license": "MIT",
Expand Down

0 comments on commit 06dbb1c

Please sign in to comment.