Browse Source

Bumped package version to 0.2.6

James Peret 1 year ago
parent
commit
2769df218b
2 changed files with 7 additions and 1 deletions
  1. 6 0
      Readme.md
  2. 1 1
      package.json

+ 6 - 0
Readme.md

@@ -25,6 +25,12 @@ This contains the base code that other packages will use. It includes code for t
 
 ### 📄Changelog
 
+##### v0.2.6
+- Added the Cronometer utility
+- Added IMapDataGenerator interface
+- Added HideInspectorDerivedAttribute
+- Fixed bug in TimeToString utility function
+
 ##### v0.2.5
 - Updated the ResolutionOptions to include all types of displays with a minimum size
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
-  "version": "0.2.5",
+  "version": "0.2.6",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {