Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Mar 16, 2024
1 parent d4ca2ff commit 2315964
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Changelog
=========



v1.2.2
------

* Fix wrong path to source map in amd.js

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.2.1...v1.2.2



v1.2.1
------

* Fixed self dependency

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.2.0...v1.2.1



v1.2.0
------

* Fixed define imports lack prefix
* Add minification
* Add TypeScript 5.0 declarations

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.1.0...v1.2.0



v1.1.0
------

* Add source map option
* Add optional prefix for module definitions

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.0.0...v1.1.0



v1.0.0
------

**Full Changelog**: https://github.com/typescriptlibs/amd/commits/v1.0.0
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"bin/",
"lib/",
"AUTHORS.md",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
Expand Down

0 comments on commit 2315964

Please sign in to comment.