Skip to content

Commit fc4e3b1

Browse files
chore: bump version (#137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a31dda4 commit fc4e3b1

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/funny-sloths-perform.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/orgx/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @uniorgjs/orgx
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/rasendubi/uniorg/pull/136) [`a31dda4`](https://github.com/rasendubi/uniorg/commit/a31dda4f4c099bcfaf63b0adc05c4e73e1f5e1b2) Thanks [@Sorixelle](https://github.com/Sorixelle)! - Include types in published package
8+
9+
@uniorgjs/orgx was missing its type declarations when publishing. Include them properly.
10+
311
## 2.0.0
412

513
### Major Changes

packages/orgx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniorgjs/orgx",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Org-mode to JS compiler",
55
"type": "module",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)