diff --git a/CHANGELOG.MD b/CHANGELOG.MD deleted file mode 100644 index 593a8ce..0000000 --- a/CHANGELOG.MD +++ /dev/null @@ -1,13 +0,0 @@ -# Changelog - -All notable changes to `mendix-native` package will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - - -## [Unreleased] - -## [0.1.2] - 2025-11-17 - -- We upgraded mendix-native to use React Native’s New Architecture to improve performance and future compatibility. diff --git a/CHANGELOG.md b/CHANGELOG.md index 593a8ce..28aac36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.1.3] - 2025-12-05 + +- We introduced AndroidNavigationBar module to get navigation bar height and active status. + ## [0.1.2] - 2025-11-17 - We upgraded mendix-native to use React Native’s New Architecture to improve performance and future compatibility. diff --git a/package.json b/package.json index 14ae533..624fdf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.1.2", + "version": "0.1.3", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",