feat: update to 4.3.0 and add metaDescription

This commit is contained in:
Mathias Schopmans
2024-03-26 10:47:44 +01:00
parent a1da2f4eac
commit df0cc3a950
3 changed files with 7 additions and 6 deletions

View File

@@ -137,6 +137,7 @@
"pageAbout": "How to use AOE Technology Radar?", "pageAbout": "How to use AOE Technology Radar?",
"pageOverview": "Technologies Overview", "pageOverview": "Technologies Overview",
"pageSearch": "Search", "pageSearch": "Search",
"searchPlaceholder": "What are you looking for?" "searchPlaceholder": "What are you looking for?",
"metaDescription": "Stay at the forefront of web dev software and trends with AOE Technology Radar. Explore insights on languages, frameworks, methods, tools and more."
} }
} }

8
package-lock.json generated
View File

@@ -1,20 +1,20 @@
{ {
"name": "aoe-techradar", "name": "aoe-techradar",
"version": "4.2.0", "version": "4.3.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "aoe-techradar", "name": "aoe-techradar",
"version": "4.2.0", "version": "4.3.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main" "aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main"
} }
}, },
"node_modules/aoe_technology_radar": { "node_modules/aoe_technology_radar": {
"version": "4.2.0", "version": "4.3.0",
"resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#d8564afb415f163e0a7a7afa95120d0381ed70d2", "resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#cca35eaab8cecf8f44581f85f1368bdb61b0ec17",
"hasInstallScript": true, "hasInstallScript": true,
"bin": { "bin": {
"techradar": "bin/techradar.js" "techradar": "bin/techradar.js"

View File

@@ -1,7 +1,7 @@
{ {
"name": "aoe-techradar", "name": "aoe-techradar",
"private": true, "private": true,
"version": "4.2.0", "version": "4.3.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {