Apply automatic changes

This commit is contained in:
renovate[bot] 2025-03-31 01:36:35 +00:00 committed by github-actions[bot]
parent e3560bf7c0
commit 188e38046a
3 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.3.1] - 2025-03-31
### Dependencies
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/249))
## [0.3.0] - 2023-08-25
### Breaking

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "devscard",
"version": "0.3.0",
"version": "0.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "devscard",
"version": "0.3.0",
"version": "0.3.1",
"hasInstallScript": true,
"dependencies": {
"@floating-ui/dom": "1.4.4",

View file

@ -1,7 +1,7 @@
{
"name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"engines": {
"node": ">=18",