## [2.1.2](https://github.com/workadventure/tiled-map-type-guard/compare/v2.1.1...v2.1.2) (2023-10-20)


### Bug Fixes

* Adding support for tilesets that are collections of images ([#21](https://github.com/workadventure/tiled-map-type-guard/issues/21)) ([686bffd](https://github.com/workadventure/tiled-map-type-guard/commit/686bffdaeb35a82f22afe598071dcc7e1d54b100))

## [2.1.1](https://github.com/workadventure/tiled-map-type-guard/compare/v2.1.0...v2.1.1) (2023-03-14)


### Bug Fixes

* Export tilesets types ([0a43b8a](https://github.com/workadventure/tiled-map-type-guard/commit/0a43b8a7b25223effb864e0fabcc32de26c8f8a6))

# [2.1.0](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.6...v2.1.0) (2023-01-11)


### Features

* Adding support for Tilesets referencing files ([0b6114d](https://github.com/workadventure/tiled-map-type-guard/commit/0b6114d1df62a079ef9a0cace315ce4d52406924))

## [2.0.6](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.5...v2.0.6) (2022-10-25)


### Bug Fixes

* Fix Wang Tileset typings ([b94cc94](https://github.com/workadventure/tiled-map-type-guard/commit/b94cc94d27fdce12402c5e4a4f66c84633a7d31e))
* Linting ([b6fb0fa](https://github.com/workadventure/tiled-map-type-guard/commit/b6fb0fa94b2b693188cd458907227d44daf526f5))

## [2.0.5](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.4...v2.0.5) (2022-07-07)


### Bug Fixes

* do not create a map copy by default ([#16](https://github.com/workadventure/tiled-map-type-guard/issues/16)) ([83ef71a](https://github.com/workadventure/tiled-map-type-guard/commit/83ef71adeeda3a44453bf936a21c3b80230925c2))

## [2.0.4](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.3...v2.0.4) (2022-07-06)


### Bug Fixes

* Exporting the Json type ([4b66ea1](https://github.com/workadventure/tiled-map-type-guard/commit/4b66ea18774d1a2568461b84c7b28d2e9a08d996))

## [2.0.3](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.2...v2.0.3) (2022-07-05)


### Bug Fixes

* Fixing gid property in ITiledMapObject to int ([#14](https://github.com/workadventure/tiled-map-type-guard/issues/14)) ([4759b91](https://github.com/workadventure/tiled-map-type-guard/commit/4759b916d87aad5e1c9ff6b91262cf7771d3e245))

## [2.0.2](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.1...v2.0.2) (2022-07-05)


### Bug Fixes

* Renaming ALL type guards ([#13](https://github.com/workadventure/tiled-map-type-guard/issues/13)) ([fa78982](https://github.com/workadventure/tiled-map-type-guard/commit/fa7898252b4909874d3079a54ca616c75dcda1be))

## [2.0.1](https://github.com/workadventure/tiled-map-type-guard/compare/v2.0.0...v2.0.1) (2022-07-05)


### Bug Fixes

* Adding stricter types for properties ([#12](https://github.com/workadventure/tiled-map-type-guard/issues/12)) ([b688a02](https://github.com/workadventure/tiled-map-type-guard/commit/b688a02992f413d70b18f2599fa4f2c0b5f3f05e))

# [2.0.0](https://github.com/workadventure/tiled-map-type-guard/compare/v1.0.3...v2.0.0) (2022-06-28)


### Features

* **release:** replace gtg by zod ([659bc6b](https://github.com/workadventure/tiled-map-type-guard/commit/659bc6b1052de59eba4f30549289211d2618902f))


### BREAKING CHANGES

* **release:** Renamed the "type" attribute on tile and object interfaces to "class".

## [1.0.3](https://github.com/workadventure/tiled-map-type-guard/compare/v1.0.2...v1.0.3) (2021-10-18)


### Bug Fixes

* Fixing a circular dependency in type checking for isITiledMapGroupLayer ([f0edc70](https://github.com/workadventure/tiled-map-type-guard/commit/f0edc700c58a064cf275f10b37d23c7ced162b34))

## [1.0.2](https://github.com/workadventure/tiled-map-type-guard/compare/v1.0.1...v1.0.2) (2021-08-11)


### Bug Fixes

* Fixing animations parsing ([bad4a13](https://github.com/workadventure/tiled-map-type-guard/commit/bad4a139fcb54e5d24b57963be892d46c67f1b55))
* Fixing isTiledMapGroupLayer type ([0d5e3b7](https://github.com/workadventure/tiled-map-type-guard/commit/0d5e3b7030b0dd00efdca6820da96da2a6b69629))
* pointless commit to trigger CI after Github Actions was down ([170417d](https://github.com/workadventure/tiled-map-type-guard/commit/170417d2e9cb07fbbfd983d1db7436ed9b66a980))

## [1.0.1](https://github.com/workadventure/tiled-map-type-guard/compare/v1.0.0...v1.0.1) (2021-08-10)


### Bug Fixes

* **grouplayer:** Fixing missing layers property in group layers ([b26959e](https://github.com/workadventure/tiled-map-type-guard/commit/b26959e706e2bf04d167d4bda04d588e162b6033))

# 1.0.0 (2021-07-16)


### Bug Fixes

* **deploy:** Triggering CI deployment of previous commits ([d3ba712](https://github.com/workadventure/tiled-map-type-guard/commit/d3ba712246e23e639c30383fdb5f229a67419bd1))

## 1.0.0

First release
