Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.4...v3.1.0) (2024-04-30)

### Bug Fixes

* **projectcard:** add condition when github link is not avaliable ([7b085de](7b085de))

### Features

* create `isWebsiteURLValid` function to validate urls ([61298c6](61298c6))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent 82759f2 commit 5e3cb07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.1.0](https://github.com/allbertuu/portfolio-web/compare/v3.0.4...v3.1.0) (2024-04-30)


### Bug Fixes

* **projectcard:** add condition when github link is not avaliable ([7b085de](https://github.com/allbertuu/portfolio-web/commit/7b085de46c2f843418f79e218a2b743489570b39))


### Features

* create `isWebsiteURLValid` function to validate urls ([61298c6](https://github.com/allbertuu/portfolio-web/commit/61298c6a3cfcb96ff00a72902d8954d08556048e))

## [3.0.4](https://github.com/allbertuu/portfolio-web/compare/v3.0.3...v3.0.4) (2024-03-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "portfolio-web",
"private": true,
"version": "3.0.4",
"version": "3.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint . --fix",
"lint:check": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"commit": "npm run lint:check && cz && git push"
},
},
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down

0 comments on commit 5e3cb07

Please sign in to comment.