Skip to content

Commit eb1977d

Browse files
committed
chore(release): 0.2.0
1 parent f12e94f commit eb1977d

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 0.2.0 (2023-10-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* method ms.calipers no longer exists - use ms.callipers instead
11+
12+
### Features
13+
14+
* **style:** continue implementing styling for `plot-extra` content ([839efdb](https://github.com/JamesxX/ionio-illustrate/commit/839efdb6f4f0ba1ef8c227d5611dccaba5a1cc4c)), closes [#1](https://github.com/JamesxX/ionio-illustrate/issues/1)
15+
* **style:** styling can now be applied to peaks and axes using Cetz style dictionaries ([2c3e1cf](https://github.com/JamesxX/ionio-illustrate/commit/2c3e1cfd1a05cce48523771eeeb30d5d27eaf110)), closes [#1](https://github.com/JamesxX/ionio-illustrate/issues/1)
16+
17+
18+
### Bug Fixes
19+
20+
* `callout-above` now respects `range` ([4f1d35b](https://github.com/JamesxX/ionio-illustrate/commit/4f1d35ba94529668be3a6ffc7e1a56d76aa447d4)), closes [#2](https://github.com/JamesxX/ionio-illustrate/issues/2)
21+
* get-intensity-at-mz no longer fails when called on an mz without an assigned intensity ([4ecce3e](https://github.com/JamesxX/ionio-illustrate/commit/4ecce3ef255963219f86815d273d7ad8112b4ccd))
22+
23+
24+
* rename ms.calipers to ms.callipers ([704ac91](https://github.com/JamesxX/ionio-illustrate/commit/704ac91d80904023d3e873c465e633eb578e1f62))
25+
526
### [0.1.2](https://github.com/JamesxX/ionio-illustrate/compare/v0.2.0...v0.1.2) (2023-10-22)
627

728
### [0.1.1](https://github.com/JamesxX/ionio-illustrate/compare/v0.2.0...v0.1.1) (2023-10-22)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionio-illustrate",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Mass spectra with annotations for typst.",
55
"main": "none",
66
"directories": {

0 commit comments

Comments
 (0)