Skip to content

Commit

Permalink
Merge pull request #229 from looker-open-source/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--main--components--gazer

chore(main): release 0.3.12
  • Loading branch information
drstrangelooker authored Oct 4, 2023
2 parents 8fc78a2 + 43468d9 commit e6e70e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.12](https://github.com/looker-open-source/gzr/compare/v0.3.11...v0.3.12) (2023-10-04)


### Bug Fixes

* called row element with wrong method ([e1b7bf7](https://github.com/looker-open-source/gzr/commit/e1b7bf7e0f0873dd4655ae8cd01d25d2ca978db2))

## [0.3.11](https://github.com/looker-open-source/gzr/compare/v0.3.10...v0.3.11) (2023-09-29)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gazer (0.3.11)
gazer (0.3.12)
faraday (~> 2.7.8)
faraday-multipart (~> 1.0)
looker-sdk (~> 0.1.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/gzr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

module Gzr
VERSION = '0.3.11'.freeze
VERSION = '0.3.12'.freeze
end

0 comments on commit e6e70e1

Please sign in to comment.