From 449034e63bca445708b62d9e08f7190a44ba4169 Mon Sep 17 00:00:00 2001 From: wsbrunson Date: Wed, 14 Feb 2024 22:41:02 +0000 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0483d7..e339bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.5.0](https://github.com/krakenjs/belter/compare/v2.4.0...v2.5.0) (2024-02-14) + + +### Features + +* Add isIpadOs device check ([#114](https://github.com/krakenjs/belter/issues/114)) ([0033c21](https://github.com/krakenjs/belter/commit/0033c211e16ecd5ea4b17861798da0a8f5475bcf)) + ## [2.4.0](https://github.com/krakenjs/belter/compare/v2.3.1...v2.4.0) (2023-12-07) diff --git a/package.json b/package.json index 4b4a700..212b63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@krakenjs/belter", - "version": "2.4.0", + "version": "2.5.0", "description": "Utilities.", "main": "index.js", "scripts": {