From 9832b65fd12081a39761ecfda1a3b91dca9124d4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 3 Jun 2023 06:51:24 +0000 Subject: [PATCH] feat(package.json): release '0.2.63' --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86514c3..c5c419a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. 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). -## [0.2.62](https://github.com/YoeriNijs/vienna/compare/0.2.61...0.2.62) +## [0.2.63](https://github.com/YoeriNijs/vienna/compare/0.2.62...0.2.63) ### Commits +- fix(vweb): only override doc tags that are changed, keep existing tags [`a9ddbc0`](https://github.com/YoeriNijs/vienna/commit/a9ddbc061b16f0c6a5500c73deaa8d88f7646cf2) + +## [0.2.62](https://github.com/YoeriNijs/vienna/compare/0.2.61...0.2.62) - 2023-05-28 + +### Commits + +- feat(package.json): release '0.2.62' [`85f7ff9`](https://github.com/YoeriNijs/vienna/commit/85f7ff9e06835b45873e073f2fa298a3ce50b29c) - fix(vinternalobjectutil): fix re-rendering in child components [`96c7609`](https://github.com/YoeriNijs/vienna/commit/96c7609d5c8f377962d9cb47ccd255b5dfcec02d) ## [0.2.61](https://github.com/YoeriNijs/vienna/compare/0.2.60...0.2.61) - 2023-05-26 diff --git a/package.json b/package.json index 72ae3d8..4149602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vienna-ts", - "version": "0.2.62", + "version": "0.2.63", "description": "A small frontend framework to build big things", "author": "Yoeri Nijs", "license": "GPL-3.0",