From c973f224e07302777cca6f202d3401aa5d36c170 Mon Sep 17 00:00:00 2001 From: Yann Gouffon Date: Fri, 23 Aug 2024 13:54:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31782f0..02d5f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [2.0.5] - 2024-08-23 ### Changed - Improve event details - #119 @@ -192,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add Linkedin link - add GA script -[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v2.0.4...HEAD +[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v2.0.5...HEAD +[2.0.5]: https://github.com/webmardi/webmardi.ch/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/webmardi/webmardi.ch/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/webmardi/webmardi.ch/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/webmardi/webmardi.ch/compare/v2.0.1...v2.0.2 diff --git a/package.json b/package.json index afb3035..0154be6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webmardi.ch", "type": "module", - "version": "2.0.4", + "version": "2.0.5", "scripts": { "icons:build": "svg-sprite -s --symbol-inline --symbol-dest public --symbol-sprite icons.svg src/assets/icons/*.svg", "dev": "astro dev",