Skip to content

Commit

Permalink
fix format of CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
future-yamada2915 committed Oct 26, 2023
1 parent 29547c1 commit cc8e922
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "future-architect/vscode-uroborosql-fmt" }
],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
### 1.0.8

## 1.0.9

### Patch Changes

- [#31](https://github.com/future-architect/vscode-uroborosql-fmt/pull/31) [`de23cbb`](https://github.com/future-architect/vscode-uroborosql-fmt/commit/de23cbbeda809ad582014cfa8c0bbaded391aaf8) Thanks [@tanzaku](https://github.com/tanzaku)! - Support join clause in update statement
- de23cbb: Support join clause in update statement

## 1.0.8

- Fix lack of null expression handling in type_cast
- Add option to convert "<>" to "!="
- Add description of configuration to README.md

### 1.0.7
## 1.0.7

- Change default case format settings to lower
- chore(deps): update actions/setup-node action to v3 (#14)
- chore(deps): update actions/upload-artifact action to v3 (#15)
- fix(deps): update dependency vscode-languageserver to v9 (#17)

### 1.0.6
## 1.0.6

- chore: update integrity of uroborosql-fmt-napi (#18)

### 1.0.5
## 1.0.5

- Support for ALL/DISTINCT/ORDER BY in aggregate functions
- chore: support for proxy to download-uroborosql-fmt-napi (#10)
- chore: repository maintenance (#11)
- chore(deps): update actions/download-artifact action to v3 (#13)
- chore(deps): update actions/checkout action to v4 (#12)

### 1.0.4
## 1.0.4

- fix: add uroborosql-fmt-napi-0.0.0.tgz to .vscodeignore (#9)

### 1.0.3
## 1.0.3

- Initial release.

0 comments on commit cc8e922

Please sign in to comment.