From 2d673a4382fee8f1dfa51e9a288a2d32a706634c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Dec 2023 09:06:59 +0000 Subject: [PATCH] chore(release): publish version 2.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568f297..b43e044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/bitsundbaeume/publication2023/compare/v2.5.1...v2.6.0) (2023-12-20) + + +### Features + +* add license and link to github ([b460d0c](https://github.com/bitsundbaeume/publication2023/commit/b460d0cf5d0bea14af8073c13af33623fc19ee47)) + ## [2.5.1](https://github.com/bitsundbaeume/publication2023/compare/v2.5.0...v2.5.1) (2023-12-20) diff --git a/package.json b/package.json index b0a33c3..6cd9502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.5.1", + "version": "2.6.0", "scripts": { "dev": "astro dev", "start": "astro dev",