docs: add a simple CHANGELOG.md that references GH releases (#419)

- we have release notes already in GH releases, so add a simple `CHANGELOG.md` that references it
  - I use something similar in most of my libraries

- this should hopefully make it easier for users to find the release notes in case they hadn't seen them on GH before
This commit is contained in:
Anton Gilgur 2022-09-06 10:28:16 -04:00 committed by GitHub
parent 560ed8dac7
commit e98e0ede7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# Changelog
See release notes on [the GitHub Releases page](https://github.com/ezolenko/rollup-plugin-typescript2/releases).