Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Dec 4, 2023
1 parent 7e9a834 commit dca3e35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.13.0](https://github.com/gosling-lang/gosling.js/compare/v0.12.0...v0.13.0) (2023-12-04)


### Features

* **core,track:** move gosling-theme to this repo, support more compact genomic axis style ([#996](https://github.com/gosling-lang/gosling.js/issues/996)) ([09c0179](https://github.com/gosling-lang/gosling.js/commit/09c01799cc13764258cb47cd3e94401f14e558a6))
* **core:** export several util functions ([#997](https://github.com/gosling-lang/gosling.js/issues/997)) ([7e9a834](https://github.com/gosling-lang/gosling.js/commit/7e9a8342a2ceaf47c63d7736800c44928244bb28)), closes [#1001](https://github.com/gosling-lang/gosling.js/issues/1001)
* **core:** return a processed spec when a new spec is compiled ([#1002](https://github.com/gosling-lang/gosling.js/issues/1002)) ([59aed49](https://github.com/gosling-lang/gosling.js/commit/59aed49ee378f1bbb816302383150150cc7c41dd))
* **track:** performance improvements ([#988](https://github.com/gosling-lang/gosling.js/issues/988)) ([edd24de](https://github.com/gosling-lang/gosling.js/commit/edd24ded8ec73fded1919e5571058709b2aa3dc5)), closes [#823](https://github.com/gosling-lang/gosling.js/issues/823)



# [0.12.0](https://github.com/gosling-lang/gosling.js/compare/v0.11.0...v0.12.0) (2023-10-31)


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.12.0",
"version": "0.13.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit dca3e35

Please sign in to comment.