Skip to content

Commit 914b9a0

Browse files
authored
chore: update deps & dev-deps (#54)
* chore: update deps & dev-deps * remove: type generic ignore errors
1 parent 6d09e43 commit 914b9a0

File tree

7 files changed

+6529
-3331
lines changed

7 files changed

+6529
-3331
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
- Feat: update Composer and NPM dependencies
6+
37
## 1.0.0
48

59
- Initial public release

composer.lock

Lines changed: 43 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

onelogs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: onelogs
1212
* Domain Path: /languages
13-
* Version: 1.0.0
13+
* Version: 1.0.1
1414
* Requires PHP: 8.0
1515
* Requires at least: 6.8
1616
* Tested up to: 6.9
@@ -32,7 +32,7 @@ function constants(): void {
3232
/**
3333
* Version of the plugin.
3434
*/
35-
define( 'ONELOGS_VERSION', '1.0.0' );
35+
define( 'ONELOGS_VERSION', '1.0.1' );
3636

3737
/**
3838
* Root path to the plugin directory.

0 commit comments

Comments
 (0)