chore(release): 1.2.1

This commit is contained in:
Rick van Lieshout 2023-03-26 23:40:27 +02:00
parent 0c7ee90547
commit c8264125f0
3 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.1](https://github.com/mastermindzh/rickvanlieshout.com/compare/v1.2.0...v1.2.1) (2023-03-26)
## [1.2.0](https://github.com/mastermindzh/rickvanlieshout.com/compare/v1.1.0...v1.2.0) (2023-02-14) ## [1.2.0](https://github.com/mastermindzh/rickvanlieshout.com/compare/v1.1.0...v1.2.0) (2023-02-14)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "rickvanlieshout-com", "name": "rickvanlieshout-com",
"version": "1.2.0", "version": "1.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rickvanlieshout-com", "name": "rickvanlieshout-com",
"version": "1.2.0", "version": "1.2.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0", "@fortawesome/fontawesome-svg-core": "^6.3.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "rickvanlieshout-com", "name": "rickvanlieshout-com",
"version": "1.2.0", "version": "1.2.1",
"description": "My personal blog / website", "description": "My personal blog / website",
"keywords": [ "keywords": [
"gatsby", "gatsby",
@ -158,4 +158,4 @@
"path": "@commitlint/cz-commitlint" "path": "@commitlint/cz-commitlint"
} }
} }
} }