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 (2024-04-18)

### Bug Fixes

* actions and unused deps ([fd61a14](fd61a14))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent fd61a14 commit 7a20e31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2024-04-18)


### Bug Fixes

* actions and unused deps ([fd61a14](https://github.com/mauricerenck/dark-visitors/commit/fd61a1448de1b549e9555de7b566ecac91d04485))
17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"psr-4": {
"mauricerenck\\DarkVisitors\\": "plugin"
},
"classmap": ["plugin"]
"classmap": [
"plugin"
]
},
"require": {
"getkirby/composer-installer": "^1.2",
Expand All @@ -32,10 +34,17 @@
}
},
"scripts": {
"start": ["Composer\\Config::disableProcessTimeout", "php -S localhost:8000 kirby/router.php"],
"start": [
"Composer\\Config::disableProcessTimeout",
"php -S localhost:8000 kirby/router.php"
],
"test": "vendor/bin/phpunit --testdox --colors=always tests",
"build-test-package": "git archive HEAD -o dark-visitors.zip --worktree-attributes",
"build-composer": "composer install --no-dev --optimize-autoloader",
"build-release": ["composer test", "composer install --no-dev --optimize-autoloader", "npm run build"]
"build-release": [
"composer test",
"composer install --no-dev --optimize-autoloader",
"npm run build"
]
}
}
}

0 comments on commit 7a20e31

Please sign in to comment.