Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Sep 15, 2022
1 parent c4ff7ad commit dcd21e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.1 - 2022-09-15

### Fixed
- Fixed a bug where translations weren't working
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-batch-actions",
"description": "A Craft CMS plugin for performing batch actions on Matrix and Neo blocks",
"version": "1.0.0",
"version": "1.0.1",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -22,7 +22,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-batch-actions/issues",
"source": "https://github.com/spicywebau/craft-batch-actions",
"docs": "https://github.com/spicywebau/craft-batch-actions/blob/1.0.0/README.md",
"docs": "https://github.com/spicywebau/craft-batch-actions/blob/1.0.1/README.md",
"rss": "https://github.com/spicywebau/craft-batch-actions/commits/1.x.atom"
},
"require": {
Expand All @@ -42,7 +42,7 @@
"name": "Batch Actions",
"class": "spicyweb\\batchactions\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-batch-actions/blob/1.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-batch-actions/archive/refs/tags/1.0.0.zip"
"downloadUrl": "https://github.com/spicywebau/craft-batch-actions/archive/refs/tags/1.0.1.zip"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-batch-actions",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Craft CMS plugin for performing batch actions on Matrix and Neo blocks",
"private": true,
"main": "webpack.config.js",
Expand Down

0 comments on commit dcd21e1

Please sign in to comment.