chore: bump version

This commit is contained in:
Cory Dransfeldt 2024-10-14 17:13:11 -07:00
parent 7caf3370ff
commit 68cec82cda
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "1.0.10",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "1.0.10",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",
@ -1725,9 +1725,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
"version": "1.5.36",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.36.tgz",
"integrity": "sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==",
"version": "1.5.37",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.37.tgz",
"integrity": "sha512-u7000ZB/X0K78TaQqXZ5ktoR7J79B9US7IkE4zyvcILYwOGY2Tx9GRPYstn7HmuPcMxZ+BDGqIsyLpZQi9ufPw==",
"dev": true,
"license": "ISC"
},

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.0.11",
"version": "1.1.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {