Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 28, 2023
1 parent 1ecb776 commit 2a0af8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/pure-js/auto-manufacturers/compare/v1.0.0...v1.0.1) (2023-07-24)


### Bug Fixes

* use client navigation for dynamic routes ([#17](https://github.com/pure-js/auto-manufacturers/issues/17)) ([48e1e28](https://github.com/pure-js/auto-manufacturers/commit/48e1e28a9ebd492333467d20b5b4e1d25dee7681))

## 1.0.0 (2023-07-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-manufacturers",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --turbo",
"build": "next build",
Expand Down

0 comments on commit 2a0af8f

Please sign in to comment.