Skip to content

Commit

Permalink
chore: update versions (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: adjsky <igorlfmartins@mail.ru>
  • Loading branch information
github-actions[bot] and adjsky authored Oct 31, 2024
1 parent c8cae3e commit afd393e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### 2024.10.31

#### @resulto/core 1.4.2 (patch)

- chore(core,eslint-plugin): exclude build_npm.ts from jsr (#39)

#### @resulto/eslint-plugin 2.1.2 (patch)

- chore(core,eslint-plugin): exclude build_npm.ts from jsr (#39)

### 2024.10.31

#### @resulto/core 1.4.1 (patch)

- chore(core,eslint-plugin): ditch tabs (#37)
Expand Down
6 changes: 4 additions & 2 deletions core/deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@resulto/core",
"version": "1.4.1",
"version": "1.4.2",
"exports": {
".": "./mod.ts"
},
"publish": {
"exclude": ["build_npm.ts"]
"exclude": [
"build_npm.ts"
]
}
}
6 changes: 4 additions & 2 deletions eslint-plugin/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@resulto/eslint-plugin",
"version": "2.1.1",
"version": "2.1.2",
"exports": {
".": "./mod.ts"
},
"publish": {
"exclude": ["build_npm.ts"]
"exclude": [
"build_npm.ts"
]
},
"imports": {
"@typescript-eslint/parser": "npm:@typescript-eslint/parser@^8.12.2",
Expand Down

0 comments on commit afd393e

Please sign in to comment.