Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2024-06-11)

### Features

* dark visitors analytics ([5acdd5a](5acdd5a))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 5acdd5a commit 24546e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/mauricerenck/dark-visitors/compare/v1.0.1...v1.1.0) (2024-06-11)


### Features

* dark visitors analytics ([5acdd5a](https://github.com/mauricerenck/dark-visitors/commit/5acdd5a306c65019967a31cf26d95bb0b18eb5f4))

## [1.0.1](https://github.com/mauricerenck/dark-visitors/compare/v1.0.0...v1.0.1) (2024-04-19)


Expand Down
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/darkvisitors",
"version": "1.0.1",
"version": "1.1.0",
"description": "Kirby robots.txt plugin for blocking AI Crawlers and Bots",
"homepage": "https://github.com/mauricerenck/dark-visitors",
"type": "kirby-plugin",
Expand All @@ -15,7 +15,9 @@
"psr-4": {
"mauricerenck\\DarkVisitors\\": "plugin"
},
"classmap": ["plugin"]
"classmap": [
"plugin"
]
},
"require": {
"getkirby/composer-installer": "^1.2",
Expand All @@ -33,10 +35,15 @@
}
},
"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 install --no-dev --optimize-autoloader"]
"build-release": [
"composer install --no-dev --optimize-autoloader"
]
}
}
}

0 comments on commit 24546e6

Please sign in to comment.