From 6f48ef6d4365bf84d560f76769a5408bc62b2c3a Mon Sep 17 00:00:00 2001 From: Ryan Murphy Date: Mon, 29 Jul 2019 15:18:00 -0700 Subject: [PATCH] Bad at Markdown headers --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3083b70..face0346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0] - 2019-07-29 -## Added +### Added - Typescript declaration files (`.d.ts`) are now automatically generated as part of the bundle. ## [0.2.0] - 2019-07-27 -## Fixed +### Fixed - No longer required to provide a "main" field in your `package.json`. This is still messy but at least works well enough for a single entrypoint.