Skip to content

Commit

Permalink
chore: update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 22, 2022
1 parent fe892ab commit f122bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

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

## 2.0.0 - 2022.08.22
### Added
- Add Craft 4 Support (thanks @khamer) [#19](https://github.com/luwes/craft-codemirror/pull/19)

## 1.0.1 - 2018.12.23
### Added
- Field type "mode" option [#4](https://github.com/luwes/craft-codemirror/pull/4)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "luwes/craft-codemirror",
"description": "Add the awesome in-browser code editor CodeMirror as a field type.",
"type": "craft-plugin",
"version": "1.0.2",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit f122bcf

Please sign in to comment.