From e725e754a92e8467da700c6c718e0aacc64e8001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 23:31:07 +0200 Subject: [PATCH] chore(main): release 1.0.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4273c78..3e789f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/arnaud-zg/playground/compare/v1.0.0...v1.0.1) (2022-07-14) + + +### 🐛 Bug Fixes + +* define subpath base url ([#4](https://github.com/arnaud-zg/playground/issues/4)) ([fcc7232](https://github.com/arnaud-zg/playground/commit/fcc72323c4f83002e220ab383b094df88a41328b)) + ## 1.0.0 (2022-07-14) diff --git a/package.json b/package.json index a2bee0e..3876189 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "sandbox", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "build": "rimraf .docz && docz build",