### 4.3.1

- add getVersion type [57](https://github.com/i18next/i18next-localstorage-backend/pull/57)

### 4.3.0

- add getVersion prop [55](https://github.com/i18next/i18next-localstorage-backend/pull/55)

### 4.2.0

- return timestamp when reading, can be useful for chained-backend

### 4.1.1

- fix: localStorage SecutiryError [46](https://github.com/i18next/i18next-localstorage-backend/pull/46)

### 4.1.0

- typescript: export the backend options type

### 4.0.1

- typescript: static type prop

### 4.0.0

- typescript fix for i18next v22

### 3.1.3

- SSR fix [31](https://github.com/i18next/i18next-localstorage-backend/pull/31)

### 3.1.2

- typescript: Add defaultVersion to typings of BackendOptions [25](https://github.com/i18next/i18next-localstorage-backend/pull/25)

### 3.1.1

- fix(options): make defaultVersion undefined [19](https://github.com/i18next/i18next-localstorage-backend/pull/19)

### 3.1.0

- feat(version): add a defautversion option to apply a version for all languages in once [15](https://github.com/i18next/i18next-localstorage-backend/pull/15)

### 3.0.0

- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup [11](https://github.com/i18next/i18next-localstorage-backend/pull/11)
- **note:** dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)

### 2.1.2

- typescript: fix types [9](https://github.com/i18next/i18next-localstorage-backend/pull/9)

### 2.1.1

- typescript: Fixing a TypeScript error complaining of missing default export [8](https://github.com/i18next/i18next-localstorage-backend/pull/8)

### 2.1.0

- optionally set store to use [7](https://github.com/i18next/i18next-localstorage-backend/pull/7)

### 2.0.0

- typescript: add types [5](https://github.com/i18next/i18next-localstorage-backend/pull/5)

### 1.1.4

- fixes cache save call

### 1.1.1

- initial version
