Skip to content

Commit fadf4aa

Browse files
committed
chore(main): release 1.10.1
1 parent 1764c79 commit fadf4aa

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.10.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.10.1](https://github.com/beam-community/ua_parser/compare/v1.10.0...v1.10.1) (2026-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** Update common-config workflow to use beam-community/actions-sync ([#147](https://github.com/beam-community/ua_parser/issues/147)) ([3370a8d](https://github.com/beam-community/ua_parser/commit/3370a8d59320d62a46bcfe9dca589754c73794af))
9+
* Unblock common-config sync, pinned actions-sync release had no build output ([#159](https://github.com/beam-community/ua_parser/issues/159)) ([1764c79](https://github.com/beam-community/ua_parser/commit/1764c79b0086558b9a1350aec6e6706fe21a0119))
10+
311
## [1.10.0](https://github.com/beam-community/ua_parser/compare/v1.9.3...v1.10.0) (2025-12-09)
412

513

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
66
def project do
77
[
88
app: :ua_parser,
9-
version: "1.10.0",
9+
version: "1.10.1",
1010
elixir: "~> 1.13",
1111
build_embedded: Mix.env() == :prod,
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)