From e23ad83f0dabd65304098999db894be3d72467f6 Mon Sep 17 00:00:00 2001 From: Daniel Macak Date: Mon, 2 Oct 2023 21:07:44 +0200 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ libs/gallery/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71cc782..0092c36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0](https://github.com/daelmaak/ngx-gallery/compare/v3.0.0-RC.11...v3.0.0) (2023-10-02) + + +### Features + +* add option not to display media error ([4182376](https://github.com/daelmaak/ngx-gallery/commit/4182376debac954ee3356a9b879375842ac509ac)) + + +### Bug Fixes + +* **demo:** fix compilation issue ([d0385a2](https://github.com/daelmaak/ngx-gallery/commit/d0385a29072e58729bb6d7469197514f2e802ae0)) + + +### Documentation + +* add JS docs to the inputs/outputs ([ec5018b](https://github.com/daelmaak/ngx-gallery/commit/ec5018b4d9ffd873563a7f07952af820de0783d9)) + ## [3.0.0-RC.11](https://github.com/daelmaak/ngx-gallery/compare/v3.0.0-RC.10...v3.0.0-RC.11) (2023-09-28) diff --git a/libs/gallery/package.json b/libs/gallery/package.json index 987da76a..b80f6694 100644 --- a/libs/gallery/package.json +++ b/libs/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@daelmaak/ngx-gallery", - "version": "3.0.0-RC.11", + "version": "3.0.0", "license": "Apache-2.0", "author": { "name": "Daniel Macak",