zincjs 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [v1.2.0](https://github.com/alan-wu/ZincJS/compare/v1.1.0...v1.2.0)
10
+ ## [v1.3.0](https://github.com/alan-wu/ZincJS/compare/v1.2.0...v1.3.0)
11
+
12
+ ### Merged
13
+
14
+ - Add a way to enable marker for specific zinc objects, [`#48`](https://github.com/alan-wu/ZincJS/pull/48)
15
+
16
+ ### Commits
17
+
18
+ - Updae marker colour, update methods for textureSlide. [`1d59180`](https://github.com/alan-wu/ZincJS/commit/1d5918030a663238fe563a7e7a652388a6c7e18b)
19
+ - Adjust marker colour. [`4fce797`](https://github.com/alan-wu/ZincJS/commit/4fce79721744b937957caf2419bf55afb8b86faf)
20
+
21
+ ## [v1.2.0](https://github.com/alan-wu/ZincJS/compare/v1.1.0...v1.2.0) - 2023-09-04
11
22
 
12
23
  ### Merged
13
24