diff --git a/CHANGELOG.md b/CHANGELOG.md index b52f6f4..158e4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/chimpdev/bencan.net/compare/v2.2.2...v2.3.0) (2024-11-11) + + +### Features + +* **InlineQuote:** update options with href and text parameters ([aa41754](https://github.com/chimpdev/bencan.net/commit/aa41754f9adc4a3713fb70d0133cc1bb1d3ebdc0)) + ## [2.2.2](https://github.com/chimpdev/bencan.net/compare/v2.2.1...v2.2.2) (2024-11-08) diff --git a/package.json b/package.json index c36a734..c950c3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "bencan.net", "private": true, - "version": "2.2.2", + "version": "2.3.0", "scripts": { "dev": "next dev --turbopack", "build": "next build",