Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Dec 7, 2023
1 parent a4d1da4 commit 9cec7ec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/@nativescript-community/l/compare/v4.3.0...v4.3.1) (2023-12-07)

### Bug Fixes

* for now disable native files update on json change. This makes for a faster dev experience ([840925e](https://github.com/@nativescript-community/l/commit/840925e84c0127df7252b86ce31f779f12239e2a))

# [4.3.0](https://github.com/@nativescript-community/l/compare/v4.2.26...v4.3.0) (2023-12-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "4.3.0",
"version": "4.3.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/@nativescript-community/l/compare/v4.3.0...v4.3.1) (2023-12-07)

**Note:** Version bump only for package @nativescript-community/l

# [4.3.0](https://github.com/@nativescript-community/l/compare/v4.2.26...v4.3.0) (2023-12-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/l",
"description": "Native internationalization plugin for NativeScript using native capabilities of each platform",
"version": "4.3.0",
"version": "4.3.1",
"sideEffects": false,
"keywords": [
"nativescript",
Expand Down

0 comments on commit 9cec7ec

Please sign in to comment.