Skip to content

Commit fc45ca1

Browse files
committed
Version bump
1 parent c1bc7dc commit fc45ca1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ 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+
## 1.0.2 - 2019-05-27
8+
9+
### Fixed
10+
11+
- Fixed issue with textareas being the incorrect height when switching tabs
12+
713
## 1.0.1 - 2019-05-02
14+
815
### Fixed
16+
917
- Fix bug preventing some field settings from loading
1018

1119
## 1.0.0 - 2019-05-01
20+
1221
### Added
22+
1323
- Initial release

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": "1.0.1",
5+
"version": "1.0.2",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)