Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 7, 2022
1 parent 17ea39f commit 7d364b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/Rajaniraiyn/modern-web-boilerplate/compare/v2.0.0...v2.1.0) (2022-08-07)


### Features

* add 404 fallback ([59a7f29](https://github.com/Rajaniraiyn/modern-web-boilerplate/commit/59a7f299d049bf7e2fd782600d4fdad3e4662f88))


### Bug Fixes

* fix routing in embeded pages ([90ff8e6](https://github.com/Rajaniraiyn/modern-web-boilerplate/commit/90ff8e6f1d4b792c21870dda57d25b59599f8775))

## [2.0.0](https://github.com/Rajaniraiyn/modern-web-boilerplate/compare/v1.0.0...v2.0.0) (2022-08-07)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base-web-boilerplate",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7d364b7

Please sign in to comment.