From 50b581770db6790601a77a5405f25b5bfda3195a Mon Sep 17 00:00:00 2001 From: AoDev <> Date: Mon, 30 Oct 2023 23:32:21 +0100 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e65cc1..64ac96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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/AoDev/bard-router/compare/v3.0.0-alpha.0...v3.0.0) (2023-10-30) + ## [3.0.0-alpha.0](https://github.com/AoDev/bard-router/compare/v2.0.2...v3.0.0-alpha.0) (2023-10-30) diff --git a/package-lock.json b/package-lock.json index 23649d0..9d76b36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bard-router", - "version": "3.0.0-alpha.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bard-router", - "version": "3.0.0-alpha.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "history": "^5.0.0" diff --git a/package.json b/package.json index 5181fc3..5b75334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bard-router", - "version": "3.0.0-alpha.0", + "version": "3.0.0", "description": "More than just a routing solution, for React/Mobx applications", "homepage": "https://github.com/AoDev/bard-router", "main": "lib/index.js",