Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: omochice-releaser[bot] <176927758+omochice-releaser[bot]@users.noreply.github.com>
  • Loading branch information
1 parent fa75e20 commit 51f7920
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2024-07-29)


### Features

* export some deps ([04db53c](https://github.com/Omochice/tataku.vim/commit/04db53c5f755da1e93d767f2fffc2ae7dd9df0a0))


### Bug Fixes

* run deno lints when update jsr.json ([cde14e9](https://github.com/Omochice/tataku.vim/commit/cde14e994c87c1dc8338d530c0c09b25cd83fd60))
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@omochice/tataku-vim",
"version": "unknown",
"version": "1.0.0",
"exports": "./denops/tataku/export.ts",
"publish": {
"include": [
Expand Down

0 comments on commit 51f7920

Please sign in to comment.