Skip to content

Commit

Permalink
Merge pull request #9 from badawe/feature/fix-version-mismatch
Browse files Browse the repository at this point in the history
fix: package mismatch
  • Loading branch information
brunomikoski authored Jul 30, 2020
2 parents d32dd0a + e848eee commit 273a7c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.1.4]
## Changed
- Fixed issue with package version

## [1.1.3]
## Added
- Added support for codacy code quality
Expand All @@ -13,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed settings from the Collection script to make it clear
- Added some a way to write inside packages as well.


## [1.1.2]
### Changed
- Changed the Settings file to be the main place where data is stored, not using EditorPrefs anymore
Expand All @@ -22,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed
- Fixed issue with the Add New Item missing the DelayCall on the Collection Editor Window


## [1.1.1]
### Added
- Added the `[CreateAssetMenu]` to the Collection automatic generated file
Expand All @@ -34,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed
- Editor Group issues when adding new items throwing error


## [1.1.0]
### Added
- Added support for non automatically loaded Collections, this allow you initialize collections when they are necessary, avoiding adding all the collectable
Expand All @@ -48,7 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- General bug fixes and optimizations
- Fixed issue with the dropdown on property drawer


## [1.0.1]
### Added
- Support for SubClasses support for adding new items
Expand All @@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[1.1.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.4
[1.1.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.3
[1.1.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.2
[1.1.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.brunomikoski.scriptableobjectcollection",
"displayName": "Scriptable Object Collection",
"version": "1.1.3",
"version": "1.1.4",
"unity": "2018.4",
"description": "Scriptable Object Collection",
"keywords": [
Expand Down

0 comments on commit 273a7c7

Please sign in to comment.