Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinah95 authored Dec 15, 2023
1 parent 2ebc655 commit 940ff50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0](https://github.com/kevinah95/hacienda/compare/v0.9.0...v0.10.0) (2023-12-15)


### Features

* add homebrew install config ([2ebc655](https://github.com/kevinah95/hacienda/commit/2ebc6556983afd3af1cd3299ed54c02f16b754dc))

## [0.9.0](https://github.com/kevinah95/hacienda/compare/v0.8.20...v0.9.0) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Más información sobre el API del Ministerio de Hacienda en:
https://api.hacienda.go.cr/status o https://bit.ly/2McNcpX
`,
Version: "0.9.0", // x-release-please-version
Version: "0.10.0", // x-release-please-version
Example: `
hacienda fe ae --id=2100042005
`,
Expand Down

0 comments on commit 940ff50

Please sign in to comment.