Skip to content

Commit

Permalink
chore: release v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Nov 4, 2023
1 parent a3c3ca8 commit d3e1e8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.3.3](https://github.com/pascaliske/pascaliske.dev/compare/v3.3.2...v3.3.3) (2023-11-04)


### Bug Fixes

* **deps:** update dependency zone.js to ~0.14.0 ([c8ba502](https://github.com/pascaliske/pascaliske.dev/commit/c8ba502e73ee150f094b02b39e2e1e0590c32f5d))
* **navigation:** ignore keyboard events if focus is inside form fields ([9084227](https://github.com/pascaliske/pascaliske.dev/commit/9084227220262d47b7d7950215ce41ca16f85cb7))
* **polyfills:** remove deprecated zone import ([6bc368d](https://github.com/pascaliske/pascaliske.dev/commit/6bc368de3712a0b7352ae37161159aa7342c4764))



## [3.3.2](https://github.com/pascaliske/pascaliske.dev/compare/v3.3.1...v3.3.2) (2023-09-08)


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.2",
"version": "3.3.3",
"license": "MIT",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit d3e1e8b

Please sign in to comment.