Skip to content

Commit

Permalink
chore(main): release 1.9.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeambot authored Jun 25, 2024
1 parent 2b9e308 commit ed52fac
Show file tree
Hide file tree
Showing 3 changed files with 27 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 @@
{
".": "1.8.0"
".": "1.9.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [1.9.0](https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0) (2024-06-25)


### Features

* Add common config script ([#63](https://github.com/beam-community/ua_parser/issues/63)) ([0d23e82](https://github.com/beam-community/ua_parser/commit/0d23e82ecb346c7d6af8f4f2fc15291b10e85876))
* Update pattern file ([2b9e308](https://github.com/beam-community/ua_parser/commit/2b9e30866eca052641f205c904743f31d971dae9))


### Bug Fixes

* Update common-config action names ([850a6fb](https://github.com/beam-community/ua_parser/commit/850a6fb6319f36b2e4a01ccf030738cc7d68110e))


### Miscellaneous

* Add .tool-versions file ([527f09b](https://github.com/beam-community/ua_parser/commit/527f09b1b6cef8f314efc2c51a68056f4360f55e))
* Add release manifest ([a6114d2](https://github.com/beam-community/ua_parser/commit/a6114d24d0f90610f5771130de93e421d53d5ef6))
* Run formatter ([6f065f0](https://github.com/beam-community/ua_parser/commit/6f065f03145b5dbdd0d414d034f24a0f29ab2d26))
* Sync files with beam-community/common-config ([#67](https://github.com/beam-community/ua_parser/issues/67)) ([866471e](https://github.com/beam-community/ua_parser/commit/866471ede1312e94510a7a12ad2c7299922877e4))
* Sync files with beam-community/common-config ([#72](https://github.com/beam-community/ua_parser/issues/72)) ([3efa6f5](https://github.com/beam-community/ua_parser/commit/3efa6f5aa57930b518a18202378b601c9adf7c92))
* Sync files with beam-community/common-config ([#75](https://github.com/beam-community/ua_parser/issues/75)) ([8f55e1c](https://github.com/beam-community/ua_parser/commit/8f55e1c7f10d210eb9d3d701173b2476d8b1da45))
* Update README badge ([#70](https://github.com/beam-community/ua_parser/issues/70)) ([4fbd079](https://github.com/beam-community/ua_parser/commit/4fbd079f28d30cec0ed1755cefdedb8f553b27c0))
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
def project do
[
app: :ua_parser,
version: "1.9.1",
version: "1.9.0",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ed52fac

Please sign in to comment.