Skip to content

Commit 4bd037f

Browse files
committed
version bump
1 parent 2617dea commit 4bd037f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.craftplugin

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.0.1 - 2022-11-17
8+
9+
### Fixed
10+
11+
- Removes PHP `^8.1.0` requirement.
12+
713
## 3.0.0 - 2022-09-20
814

915
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chasegiunta/craft-jason",
33
"description": "A field type for displaying & editing JSON data.",
44
"type": "craft-plugin",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)