From 7a7a742908fef653add53dd1501da53afb22f9a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2024 19:50:37 +0000 Subject: [PATCH] chore(release): 1.38.1 [skip ci] ## [1.38.1](https://github.com/AEGEE/frontend/compare/1.38.0...1.38.1) (2024-10-09) ### Bug Fixes * **network:** fix detailed AC display and sorting of boards on listing ([#2212](https://github.com/AEGEE/frontend/issues/2212)) ([5985913](https://github.com/AEGEE/frontend/commit/59859131bcf2ead73d16e29d870bd5843080fc72)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f14a939..a2ce6b4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.38.1](https://github.com/AEGEE/frontend/compare/1.38.0...1.38.1) (2024-10-09) + + +### Bug Fixes + +* **network:** fix detailed AC display and sorting of boards on listing ([#2212](https://github.com/AEGEE/frontend/issues/2212)) ([5985913](https://github.com/AEGEE/frontend/commit/59859131bcf2ead73d16e29d870bd5843080fc72)) + # [1.38.0](https://github.com/AEGEE/frontend/compare/1.37.7...1.38.0) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index f546a7082..14aeecab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "1.38.0", + "version": "1.38.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "1.38.0", + "version": "1.38.1", "license": "MIT", "dependencies": { "@babel/core": "^7.24.4", diff --git a/package.json b/package.json index 35e9f7d91..0b7b572f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.38.0", + "version": "1.38.1", "description": "MyAEGEE Frontend", "homepage": "https://my.aegee.eu", "license": "MIT",