Skip to content

Commit

Permalink
Release v2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pvldigital committed Sep 18, 2019
1 parent 5dc4253 commit 199f5ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.4.8 - 2019-09-14
### Fixed
- Fix #232 - make sure to clear the uid when cloning the field so the original doesn't get overwritten when converting.

### Changed
- Update tar
- Update js-yaml

## 2.4.7 - 2019-09-10
### Fixed
- Fix #249
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-neo",
"description": "A Matrix-like field type that uses existing fields",
"version": "2.4.7",
"version": "2.4.8",
"type": "craft-plugin",
"keywords": [
"cms",
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-neo",
"version": "2.4.7",
"version": "2.4.8",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit 199f5ce

Please sign in to comment.