Skip to content

Commit 16a0470

Browse files
chore(release): 1.14.7 [skip ci]
## <small>1.14.7 (2026-04-27)</small> * ci: drop unneeded npm@latest update step ([4ccffbe](4ccffbe)) * fix(redirect): browser-aware mobile fallback so regular browsers go to App Store (#23) ([0c84eee](0c84eee)), closes [#23](#23) * FIX: Adding engines to prevent installation unsupported nodejs versions (#14) ([e6efcf6](e6efcf6)), closes [#14](#14)
1 parent 4ccffbe commit 16a0470

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>1.14.7 (2026-04-27)</small>
2+
3+
* ci: drop unneeded npm@latest update step ([4ccffbe](https://github.com/LinkForty/core/commit/4ccffbe))
4+
* fix(redirect): browser-aware mobile fallback so regular browsers go to App Store (#23) ([0c84eee](https://github.com/LinkForty/core/commit/0c84eee)), closes [#23](https://github.com/LinkForty/core/issues/23)
5+
* FIX: Adding engines to prevent installation unsupported nodejs versions (#14) ([e6efcf6](https://github.com/LinkForty/core/commit/e6efcf6)), closes [#14](https://github.com/LinkForty/core/issues/14)
6+
17
## <small>1.14.6 (2026-04-01)</small>
28

39
* fix: remove competitor pricing ([1c2351b](https://github.com/LinkForty/core/commit/1c2351b))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkforty/core",
3-
"version": "1.14.6",
3+
"version": "1.14.7",
44
"type": "module",
55
"description": "Open-source deeplink management engine with device detection and analytics",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)