# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [2.0.0](https://github.com/ikatyang/jest-snapshot-serializer-raw/compare/v1.2.0...v2.0.0) (2023-07-15)

### Build System

- update infra ([#82](https://github.com/ikatyang/jest-snapshot-serializer-raw/issues/82)) ([4d233c3](https://github.com/ikatyang/jest-snapshot-serializer-raw/commit/4d233c31d9c5a1f529533b9ef38951909648351a))

### BREAKING CHANGES

- this package is now pure ESM

<a name="1.2.0"></a>

# [1.2.0](https://github.com/ikatyang/jest-snapshot-serializer-raw/compare/v1.1.0...v1.2.0) (2021-04-25)

### Features

- add an `always` entrypoint for the usage without `wrap` function ([#65](https://github.com/ikatyang/jest-snapshot-serializer-raw/issues/65)) ([351f290](https://github.com/ikatyang/jest-snapshot-serializer-raw/commit/351f290))

<a name="1.1.0"></a>

# [1.1.0](https://github.com/ikatyang/jest-snapshot-serializer-raw/compare/v1.0.0...v1.1.0) (2018-07-10)

### Features

- export default wrap ([#8](https://github.com/ikatyang/jest-snapshot-serializer-raw/issues/8)) ([bd88c3e](https://github.com/ikatyang/jest-snapshot-serializer-raw/commit/bd88c3e))

<a name="1.0.0"></a>

# 1.0.0 (2018-06-20)

### Features

- initial implementation ([453cee9](https://github.com/ikatyang/jest-snapshot-serializer-raw/commit/453cee9))
