Skip to content

Commit

Permalink
chore: release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Jul 26, 2023
1 parent d270e3e commit 6020408
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.3.1](https://github.com/pascaliske/pascaliske.dev/compare/v3.3.0...v3.3.1) (2023-07-26)


### Bug Fixes

* **navigation:** only perform toggle if it would actually change the state ([5079615](https://github.com/pascaliske/pascaliske.dev/commit/50796153f4197406feab19fc3d830f8dd1d834fa))
* **navigation:** optimize navigation styles for all viewports ([7d78087](https://github.com/pascaliske/pascaliske.dev/commit/7d780876c175d2594ac2b908a54c98f3c91a0b77))


### Performance Improvements

* schedule bootstrap and initial navigation on separate tasks ([d270e3e](https://github.com/pascaliske/pascaliske.dev/commit/d270e3e5b634240b19cd5a99e4af0adc2185d63c))



# [3.3.0](https://github.com/pascaliske/pascaliske.dev/compare/v3.2.1...v3.3.0) (2023-07-25)


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": "pascaliske-dev",
"description": "Angular Web App built with GitHub Actions and deployed with Cloudflare.",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 6020408

Please sign in to comment.