Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent dae6dcb commit 916f810
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.6.0] - 2024-10-28
### Changed
- Changed the package format from CommonJS (CJS) only to a dual package supporting both CommonJS and ES Modules (ESM).

Expand Down Expand Up @@ -82,7 +84,7 @@
## [0.2.0] - 2020-06-05


[Unreleased]: https://github.com/kurgm/kage-engine/compare/v0.5.0...HEAD
[unreleased]: https://github.com/kurgm/kage-engine/compare/v0.6.0...HEAD
[0.5.0]: https://github.com/kurgm/kage-engine/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/kurgm/kage-engine/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/kurgm/kage-engine/compare/v0.3.0...v0.3.1
Expand All @@ -91,3 +93,5 @@
[0.2.2]: https://github.com/kurgm/kage-engine/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/kurgm/kage-engine/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/kurgm/kage-engine/releases/tag/v0.2.0

[0.6.0]: https://github.com/kurgm/kage-engine/releases/tag/v0.6.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { Kage, Polygons } = require("@kurgm/kage-engine");

Alternatively, you can load the bundled file from a CDN in your web page:
```html
<script src="https://unpkg.com/@kurgm/kage-engine@0.5.0/dist/kage.min.js"></script>
<script src="https://unpkg.com/@kurgm/kage-engine@0.6.0/dist/kage.min.js"></script>
```
This will define only `Kage` in the global scope. You can access `Polygons` and `Buhin` as `Kage`'s properties:
```js
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurgm/kage-engine",
"version": "0.5.0",
"version": "0.6.0",
"description": "An engine that generates glyph image file from KAGE data",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 916f810

Please sign in to comment.