Skip to content

Commit

Permalink
chore(main): release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and shepherdjerred committed Jan 19, 2025
1 parent 2452c57 commit 16fdc8f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 88 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.5](https://github.com/shepherdjerred/webring/compare/v1.3.4...v1.3.5) (2025-01-19)


### Bug Fixes

* **deps:** update npm ([f262f16](https://github.com/shepherdjerred/webring/commit/f262f16c2d2b887f06196b1fe146cf3845adf604))

## [1.3.4](https://github.com/shepherdjerred/webring/compare/v1.3.3...v1.3.4) (2025-01-12)


Expand Down
172 changes: 86 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/shepherdjerred/webring/issues"
},
"type": "module",
"version": "1.3.4",
"version": "1.3.5",
"scripts": {
"prepare": "husky",
"lint": "eslint src --cache",
Expand Down Expand Up @@ -54,7 +54,7 @@
"typedoc-plugin-zod": "^1.3.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vitest": "^3.0.0"
"vitest": "^2.1.8"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
Expand Down

0 comments on commit 16fdc8f

Please sign in to comment.