From 591168ba6da35eb84b155ed99c9c905fc6a1fb0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Sep 2024 22:23:37 +0000 Subject: [PATCH] 1.4.2 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187d1fae..04838876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.4.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.4.0...v1.4.1) +## [v1.4.2](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.4.1...v1.4.2) + +### Merged + +- Flatmapvuer update. [`#244`](https://github.com/ABI-Software/mapintegratedvuer/pull/244) + +## [v1.4.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.4.0...v1.4.1) - 2024-09-03 ### Merged - Increment update to flatmapvuer and scaffoldvuer. [`#243`](https://github.com/ABI-Software/mapintegratedvuer/pull/243) +### Commits + +- Increment flatmapvuer. [`52547fd`](https://github.com/ABI-Software/mapintegratedvuer/commit/52547fdba341f20fdf330a3ee244ba8aeb7456b1) +- Update scaffoldvuer and flatmapvuer. [`40be04a`](https://github.com/ABI-Software/mapintegratedvuer/commit/40be04aaac617ec2da44bcf050bb8439cb406ccd) + ## [v1.4.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.3.4...v1.4.0) - 2024-08-15 ### Merged diff --git a/package-lock.json b/package-lock.json index 2a58aadb..a2c18658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/mapintegratedvuer", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "^1.4.4", diff --git a/package.json b/package.json index 63298946..23a04b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.4.1", + "version": "1.4.2", "license": "Apache-2.0", "scripts": { "serve": "vite --host --force",