## [1.3.1](https://github.com/klarkc/vue-i18n-fetch/compare/v1.3.0...v1.3.1) (2021-05-28)


### Bug Fixes

* lock vue-demi version to fix [#3](https://github.com/klarkc/vue-i18n-fetch/issues/3) ([d3ff320](https://github.com/klarkc/vue-i18n-fetch/commit/d3ff3202fb371ca33aa0f79dd65c17396c8c69fc))

# [1.3.0](https://github.com/klarkc/vue-i18n-fetch/compare/v1.2.3...v1.3.0) (2021-05-18)


### Features

* update vue-demi to upstream ([0312423](https://github.com/klarkc/vue-i18n-fetch/commit/03124236e975d7119c4e755213e009ed8485b774))

## [1.2.3](https://github.com/klarkc/vue-i18n-fetch/compare/v1.2.2...v1.2.3) (2021-05-04)


### Bug Fixes

* watch on setup instead of on mounted to allow ssr ([073f099](https://github.com/klarkc/vue-i18n-fetch/commit/073f0993b120680726c664c010e5e99a0a7610fe))

## [1.2.2](https://github.com/klarkc/vue-i18n-fetch/compare/v1.2.1...v1.2.2) (2021-04-29)

## [1.2.1](https://github.com/klarkc/vue-i18n-fetch/compare/v1.1.0...v1.2.1) (2021-04-27)

# [1.2.0](https://github.com/klarkc/vue-i18n-fetch/compare/v1.1.0...v1.2.0) (2021-04-27)


### Bug Fixes

* add root eslint config ([428f145](https://github.com/klarkc/vue-i18n-fetch/commit/428f1456f80b326d13f6df090a4ba9b952aec68b))


### Features

* update editorconfig ([57b38ce](https://github.com/klarkc/vue-i18n-fetch/commit/57b38ceb63ae9924ec6208dc0e08b5cb6297c233))


### Reverts

* Revert "ci: remove npmrc" ([dae7a6a](https://github.com/klarkc/vue-i18n-fetch/commit/dae7a6ac56efa802ca21007f68be522702ad935b))



# [1.1.0](https://github.com/klarkc/vue-i18n-fetch/compare/v1.1.0...v1.2.0) (2021-04-27)


### Bug Fixes

* add missing lint deps ([7b8ab8b](https://github.com/klarkc/vue-i18n-fetch/commit/7b8ab8bb6afcf31b36d89d3c197aa276f049dd47))
* do not setup send messages if submitMessas is not def ([709f787](https://github.com/klarkc/vue-i18n-fetch/commit/709f787d8d7a0903e6480a7e3042cf2085f30017))
* error building lib ([74d8eb3](https://github.com/klarkc/vue-i18n-fetch/commit/74d8eb35a8723ff6a91f223c572a55d8db04de9d))
* getting incorrect msgs ([ef6cee7](https://github.com/klarkc/vue-i18n-fetch/commit/ef6cee7d374509a6e854c5ae20b97ef12543d4f3))
* lint workflow ([eb6e561](https://github.com/klarkc/vue-i18n-fetch/commit/eb6e561dce8d1f35db2cdcc92b5c5ac452498df3))
* not building ([c878ce4](https://github.com/klarkc/vue-i18n-fetch/commit/c878ce419f139aba368a3b7b4ed619582e796369))
* not building with types ([6ad395d](https://github.com/klarkc/vue-i18n-fetch/commit/6ad395da459d6ba7cf1985ae90d28a70e258c162))
* remove dist from repo ([f96c718](https://github.com/klarkc/vue-i18n-fetch/commit/f96c718d3fd60a4f0a88e7390877ccc9f8442d3e))


### Features

* add dist to repo ([c8981bd](https://github.com/klarkc/vue-i18n-fetch/commit/c8981bd0330f3f75fd1dc7260fad39b29e4db9b7))
* add editorconfig ([e017f28](https://github.com/klarkc/vue-i18n-fetch/commit/e017f286d94b7821b748735e5ace5cd0945e55d2))
* add eslint ([503f455](https://github.com/klarkc/vue-i18n-fetch/commit/503f45596215119dba887b36ae48cb208a4b064f))
* add keyword to pkg ([d403733](https://github.com/klarkc/vue-i18n-fetch/commit/d4037332e54a16ffd9cf2b37cdaffe6a10816111))
* add msg fetching ([e8e05f8](https://github.com/klarkc/vue-i18n-fetch/commit/e8e05f81b832936d962c0acd444b1c684641c1dc))
* add msgs fetcher and submitter ([0ac6eb2](https://github.com/klarkc/vue-i18n-fetch/commit/0ac6eb2781fc7e85ffb6d18f5d3703a085583b65))
* add package ([7248ae6](https://github.com/klarkc/vue-i18n-fetch/commit/7248ae65f1557aa99e34b0bab5fecb3d8cee71d9))
* add tsc ([124604f](https://github.com/klarkc/vue-i18n-fetch/commit/124604f3fc33305eebaba4e5e334b9979cafbce1))
* add vue-demi dep ([c2821d1](https://github.com/klarkc/vue-i18n-fetch/commit/c2821d1d701bbd39c1d41e1b682ccf5abade8b49))
* remove dist from repo ([572bd8b](https://github.com/klarkc/vue-i18n-fetch/commit/572bd8b1840c7d84a5c239820bd6689463432f46))
* remove yarn ([6ce6c9b](https://github.com/klarkc/vue-i18n-fetch/commit/6ce6c9b00e3bc2ac164388f17f311214cfd33576))
* update pkg desc ([2046725](https://github.com/klarkc/vue-i18n-fetch/commit/20467259609ef2b8676647b622bbdc67a0c5d14b))

