Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Oct 31, 2023
1 parent f97269a commit 108d496
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.12.0](https://github.com/gosling-lang/gosling.js/compare/v0.11.0...v0.12.0) (2023-10-31)


### Bug Fixes

* **core:** rename exports from .es.js to .js ([#987](https://github.com/gosling-lang/gosling.js/issues/987)) ([f97269a](https://github.com/gosling-lang/gosling.js/commit/f97269ac48bcef2ebe3e2a7b6f8e4b8208f1d24a))


### Features

* **api:** publish traversed spec to gosling api ([#978](https://github.com/gosling-lang/gosling.js/issues/978)) ([f17e69f](https://github.com/gosling-lang/gosling.js/commit/f17e69f8ea9d83e9c574e864b7dfca94a49fa328))
* **core:** replace `uuid` dependency with `crypto.randomUUID()` ([#976](https://github.com/gosling-lang/gosling.js/issues/976)) ([9b1e89b](https://github.com/gosling-lang/gosling.js/commit/9b1e89b51067abc1b582a99df4a2e94a7f0bb1ac))



# [0.11.0](https://github.com/gosling-lang/gosling.js/compare/v0.10.4...v0.11.0) (2023-09-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gosling.js",
"author": "Sehi L'Yi",
"version": "0.11.0",
"version": "0.12.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 108d496

Please sign in to comment.