Skip to content

Commit

Permalink
chore(release): v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbeard committed Apr 1, 2024
1 parent a3884c7 commit 7451ca9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@


## [0.0.7](https://github.com/karlsbeard/obsidian-univer/compare/0.0.6...0.0.7) (2024-03-30)


### Bug Fixes

* find the new tab problem and has make a pr to univer ([dacf1db](https://github.com/karlsbeard/obsidian-univer/commit/dacf1dbde6f4808b5586b4c54458a6a44ef917da))
## [0.0.9](https://github.com/karlsbeard/obsidian-univer/compare/0.0.8...0.0.9) (2024-04-01)

### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.0.9](https://github.com/karlsbeard/obsidian-univer/compare/0.0.8...0.0.9)

#### [0.0.8](https://github.com/karlsbeard/obsidian-univer/compare/0.0.7...0.0.8)

> 1 April 2024
- chore: remove the console [`#39`](https://github.com/karlsbeard/obsidian-univer/pull/39)
- chore: update the version to 0.0.8 [`a3884c7`](https://github.com/karlsbeard/obsidian-univer/commit/a3884c76c5f9f8511d383e1fef43cd4558cb1bca)

#### [0.0.7](https://github.com/karlsbeard/obsidian-univer/compare/0.0.6...0.0.7)

> 30 March 2024
- fix: find the new tab problem and has make a pr to univer [`#37`](https://github.com/karlsbeard/obsidian-univer/pull/37)
- chore(release): v0.0.6 [`ebad19c`](https://github.com/karlsbeard/obsidian-univer/commit/ebad19c9f0da3da9c5aca769be25d16220122981)
- chore(release): v0.0.7 [`9d11372`](https://github.com/karlsbeard/obsidian-univer/commit/9d113727f30c23261fea846f767292f8c0a88b9b)
- chore(release): v0.0.6 [`7bd6480`](https://github.com/karlsbeard/obsidian-univer/commit/7bd6480dbda890f58fb78e77fd92aeaa6b0edcf4)
- chore(release): v0.0.6 [`d3ea0ff`](https://github.com/karlsbeard/obsidian-univer/commit/d3ea0ff2778c3df280c83506619a7062558675fb)
- chore: Update README.md [`8fe10e7`](https://github.com/karlsbeard/obsidian-univer/commit/8fe10e7549c08e3193ac80cca24e68161493b494)

#### [0.0.6](https://github.com/karlsbeard/obsidian-univer/compare/0.0.5...0.0.6)

Expand Down Expand Up @@ -66,14 +72,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: try to fix the newtab problem [`2a67b94`](https://github.com/karlsbeard/obsidian-univer/commit/2a67b9426fe69bccde2b5e3357e46882460db949)
- chore: update the changelog [`d83ed11`](https://github.com/karlsbeard/obsidian-univer/commit/d83ed11ee131c2ea9e75fd4606fbca24170427d9)

#### 0.0.2
#### [0.0.2](https://github.com/karlsbeard/obsidian-univer/compare/0.0.1...0.0.2)

> 19 March 2024
- fix: fix release [`#17`](https://github.com/karlsbeard/obsidian-univer/pull/17)
- fix: fix the release [`#16`](https://github.com/karlsbeard/obsidian-univer/pull/16)
- fix: fix the release content [`#15`](https://github.com/karlsbeard/obsidian-univer/pull/15)
- feat: add the release module [`#14`](https://github.com/karlsbeard/obsidian-univer/pull/14)
- Update release.yml [`50ae557`](https://github.com/karlsbeard/obsidian-univer/commit/50ae557746f4aa2101f0d97b444dcb43114fdf00)
- fix: change version to 0.0.2 [`18477a3`](https://github.com/karlsbeard/obsidian-univer/commit/18477a3bd3687e9cdf57635c814ef36b71c7b1aa)
- fix: change the package version [`936fcfe`](https://github.com/karlsbeard/obsidian-univer/commit/936fcfecdce5009223c9d6e00db342b5ce390ad3)

#### 0.0.1

> 19 March 2024
- docs: add the readme & the assets [`#13`](https://github.com/karlsbeard/obsidian-univer/pull/13)
- feat: add the docs save func [`#12`](https://github.com/karlsbeard/obsidian-univer/pull/12)
- feat: init repo [`34a70ac`](https://github.com/karlsbeard/obsidian-univer/commit/34a70ace03ef718a9aa561d852cb29e9a5d80c12)
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": "univer",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"description": "Create doc and sheet base on Univer.",
"main": "dist/main.js",
"author": "Karl GJSSS",
Expand Down

0 comments on commit 7451ca9

Please sign in to comment.