# `@particle/make-enum` Changelog

## v5.0.1
### Fixes & Updates
* Update engines

## v5.0.0
### Fixes & Updates
* Add a new enum helper `makeFlatEnum`


## v4.0.1

### Fixes & Updates
* Fix deep nested enums bug


## v4.0.0

### Fixes & Updates
* Support nested enums


## v3.0.2

### Fixes & Updates
* Minor tooling improvements


## v3.0.1

### Fixes & Updates
* Update dependencies


## v3.0.0

### Fixes & Updates
* BREAKING - drop support for `node@10`


## v2.0.2

### Fixes & Updates
* Tune code coverage settings


## v2.0.1

### Fixes & Updates
* Fix `npm run fix test:unit:silent npm script on windows`


## v2.0.0

### Fixes & Updates
* BREAKING - drop support for `node@8`


## v1.0.7

### Fixes & Updates
* Minor `README.md` tuning


## v1.0.6

### Fixes & Updates
* Minor `README.md` tuning


## v1.0.5

### Fixes & Updates
* Minor `package.json` tuning


## v1.0.4

### Fixes & Updates
* Make package public


## v1.0.3

### Fixes & Updates
* Add `tmp` directory to `.npmignore`


## v1.0.2

### Fixes & Updates
* Add `CHANGELOG.md`, development-related npm scripts


## v1.0.1

### Fixes & Updates
* Add `.npmignore`, exclude test files


## v1.0.0

### New
* Initial release 🎊🎉

