Skip to content

Commit b37d0a6

Browse files
authored
chore(release): core 1.1.2 (#114)
1 parent 9bc7098 commit b37d0a6

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to `@telixon/core` are documented in this file. The format f
66

77
## [Unreleased]
88

9+
## [1.1.2] - 2026-09-01
10+
11+
### Fixed
12+
13+
- A backspace with no digit before the caret keeps the caret at its position. Both input
14+
controllers stored the previous edit's selection for that branch, which sent the caret to the
15+
end of the field when backspacing on a fixed plus.
16+
917
## [1.1.1] - 2026-08-28
1018

1119
### Fixed
@@ -63,7 +71,8 @@ All notable changes to `@telixon/core` are documented in this file. The format f
6371
- A conformance gate in CI comparing every query method with a Google libphonenumber counterpart
6472
against Google's source at the pinned metadata commit.
6573

66-
[Unreleased]: https://github.com/martsinlabs/telixon/compare/core@v1.1.1...HEAD
74+
[Unreleased]: https://github.com/martsinlabs/telixon/compare/core@v1.1.2...HEAD
75+
[1.1.2]: https://github.com/martsinlabs/telixon/compare/core@v1.1.1...core@v1.1.2
6776
[1.1.1]: https://github.com/martsinlabs/telixon/compare/core@v1.1.0...core@v1.1.1
6877
[1.1.0]: https://github.com/martsinlabs/telixon/compare/core@v1.0.1...core@v1.1.0
6978
[1.0.1]: https://github.com/martsinlabs/telixon/compare/core@v1.0.0...core@v1.0.1

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telixon/core",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Phone-number parser, formatter, and validator built on Google libphonenumber metadata.",
55
"keywords": [
66
"phone",

0 commit comments

Comments
 (0)