# Changes in jsonc-require

## \[1.0.1] - 2021-04-23

### Added

- Support `.jsonc` extension. Thanks to @tacc-wbomar

### Changed

- Fix minor errors in comments
- Update Readme
- Update ESLint

## \[1.0.0] - 2021-02-17

I have used this module for years in medium-sized applications and other libraries, it is time to go to production.

### Changed

- Remove typings for ".json". Use TypeScript's `resolveJsonModule` option.
- Updated license.

### Added

- CI tests.

## \[0.1.1] - 2019-04-09

### Added

- Some tests.

### Fixed

- Double commas generates an Error, like in VS Code.

## \[0.1.0] - 2019-04-08

First release.
