Skip to content

Commit e31976a

Browse files
committed
chore(release): 2.7.0
1 parent aec5c01 commit e31976a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.7.0](https://github.com/krakenjs/belter/compare/v2.6.0...v2.7.0) (2025-02-12)
6+
7+
8+
### Features
9+
10+
* update the meta webview detection logic to remove version info ([#119](https://github.com/krakenjs/belter/issues/119)) ([0817042](https://github.com/krakenjs/belter/commit/0817042f9a46906227a34438b347de27ea1987fa))
11+
12+
13+
### Bug Fixes
14+
15+
* disable popups for firefox on android ([dced440](https://github.com/krakenjs/belter/commit/dced4405f018ba488ce505870e19d90ae9449da8))
16+
* ignore hermes parser from type check ([45578c7](https://github.com/krakenjs/belter/commit/45578c78b4303183b44aedc529cf22b292bd2864))
17+
518
## [2.6.0](https://github.com/krakenjs/belter/compare/v2.5.0...v2.6.0) (2024-08-01)
619

720

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krakenjs/belter",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Utilities.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)