Skip to content

Commit

Permalink
chore(main): release 0.1.12 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent 8cad391 commit 4f3d020
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.11"
".": "0.1.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.12](https://github.com/apiaframework/apia-openapi/compare/v0.1.11...v0.1.12) (2024-09-03)


### Bug Fixes

* don't insert `/` between prefix and scope, assume any prefix should contain it's own separator. ([#76](https://github.com/apiaframework/apia-openapi/issues/76)) ([8cad391](https://github.com/apiaframework/apia-openapi/commit/8cad39125b2a0d2c3ca920c23fac48a15cf74c63))

## [0.1.11](https://github.com/apiaframework/apia-openapi/compare/v0.1.10...v0.1.11) (2024-09-02)


Expand Down
2 changes: 1 addition & 1 deletion lib/apia/open_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Apia
module OpenApi

VERSION = "0.1.11"
VERSION = "0.1.12"

end
end

0 comments on commit 4f3d020

Please # to comment.