Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-11-30)

### Bug Fixes

* add missing dependencies ([c52a03a](c52a03a))
* add missing semantic release config ([a7b5c78](a7b5c78))
  • Loading branch information
semantic-release-bot committed Nov 30, 2021
1 parent c52a03a commit 2a12aea
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 1.0.0 (2021-11-30)


### Bug Fixes

* add missing dependencies ([c52a03a](https://github.com/gearsdigital/localizer-for-kirby/commit/c52a03aadfd1f7527ad55beae3c166376d350d96))
* add missing semantic release config ([a7b5c78](https://github.com/gearsdigital/localizer-for-kirby/commit/a7b5c78ee7d1175fef56d048a0b81798a4446929))
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "gearsdigital/localizer-for-kirby",
"description": "A plugin to override _Panel_ and _Plugin_ translations.",
"version": "1.0.0",
"license": "MIT",
"type": "kirby-plugin",
"authors": [
{
"name": "Steffen Giers",
"email": "[email protected]"
"name": "gearsdigital/localizer-for-kirby",
"description": "A plugin to override _Panel_ and _Plugin_ translations.",
"version": "1.0.0",
"license": "MIT",
"type": "kirby-plugin",
"authors": [
{
"name": "Steffen Giers",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4",
"getkirby/composer-installer": "^1.1"
},
"autoload": {
"psr-4": {
"gearsdigital\\localizer\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
],
"require": {
"php": ">=7.4",
"getkirby/composer-installer": "^1.1"
},
"autoload": {
"psr-4": {
"gearsdigital\\localizer\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}
}
10 changes: 5 additions & 5 deletions package-lock.json

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

0 comments on commit 2a12aea

Please sign in to comment.