Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buzz committed Jul 28, 2023
1 parent 79eb97d commit da9eec9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

# Changelog

All notable changes to this project will be documented in this file. Please ensure that all commits follow the standard [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

**Changes prior to version 1.0.0 are not documented in the changelog.**

## [0.2.0](https://github.com/buzz/mediainfo.js/compare/v0.1.8...v0.2.0) (2023-07-28)


### ⚠ BREAKING CHANGES

* **types:** Consumers of the library may need to update their
type imports accordingly.

### Features

* **build:** add separate builds for UMD, CJS, and ESM ([c681079](https://github.com/buzz/mediainfo.js/commit/c6810790e4daf3b2168e84c0de368090a38f6254))
* **types:** generate typings for MediaInfo result object (closes [#117](https://github.com/buzz/mediainfo.js/issues/117)) ([57ca6f3](https://github.com/buzz/mediainfo.js/commit/57ca6f3ecbf7b75cdc7f8d977268da434b0b6047))
* **types:** proper type conversion from JSON result ([9b87930](https://github.com/buzz/mediainfo.js/commit/9b879303f956bb572d83776677328dcda3ab0fdc))

## [0.1.9](https://github.com/buzz/mediainfo.js/compare/v0.1.8...v0.1.9) (2022-12-15)

## [0.1.8](https://github.com/buzz/mediainfo.js/compare/v0.1.7...v0.1.8) (2022-07-23)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediainfo.js",
"version": "0.1.9",
"version": "0.2.0",
"description": "Emscripten port of MediaInfoLib displays information about video and audio files.",
"author": "buzz",
"repository": {
Expand Down

0 comments on commit da9eec9

Please sign in to comment.