Skip to content

Commit

Permalink
chore(release): 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
invm committed Aug 2, 2024
1 parent 13da2e1 commit ba6027c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [1.1.4](https://github.com/invm/noir/compare/v1.1.3...v1.1.4) (2024-08-02)


### Features

* update logging system to tauri log plugin ([6059a45](https://github.com/invm/noir/commit/6059a453ed913545564ea2b3aa0954d9203ac8f7))


### Bug Fixes

* copy numeric cells ([6f2b4f8](https://github.com/invm/noir/commit/6f2b4f8bfe5f927368720fe93085baf0b82f692f))
* schemas dropdown overflow hidden ([14d57e8](https://github.com/invm/noir/commit/14d57e8ef493be6e4e0ef947b5810e9fa77f3708))

### [1.1.3](https://github.com/invm/noir/compare/v1.1.2...v1.1.3) (2024-07-25)


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": "noir",
"type": "module",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"scripts": {
"start": "vite",
Expand Down

0 comments on commit ba6027c

Please sign in to comment.