Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.1"
".": "5.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.0.0](https://github.com/devuri/brisko/compare/4.0.1...5.0.0) (2023-09-03)


### ⚠ BREAKING CHANGES

* upgrade to php7.0

### Features

* adds normalize.css ([10127e4](https://github.com/devuri/brisko/commit/10127e4f68b14519549e2c14c16ffbc022a59100))
* upgrade to php7.0 ([fcf36f1](https://github.com/devuri/brisko/commit/fcf36f1323b89cae2d514cd3fa659f1c055dc5b8))
* v5.0.1 version bump ([5108c10](https://github.com/devuri/brisko/commit/5108c10ee6db57f84738db6fc8938f12153fee4b))


### Bug Fixes

* Determine whether to load theme modifications by default. ([6311ffc](https://github.com/devuri/brisko/commit/6311ffc07ad050a4f606f690c4cbd49fa6c0df7b))


### Miscellaneous Chores

* codefix ([216b193](https://github.com/devuri/brisko/commit/216b193458dd00c8c93127a1bfd04f8d3be86884))
* fix version v5.0.0 ([c95ab35](https://github.com/devuri/brisko/commit/c95ab358412112041279d97d4e8b6840938a2804))

## [4.0.1](https://github.com/devuri/brisko/compare/4.0.0...4.0.1) (2023-07-23)


Expand Down