Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeanyiisitor committed Aug 18, 2023
1 parent d8d94a6 commit 871a719
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.1.2

[compare changes](https://github.com/ifeanyiisitor/unflatten-next-routes/compare/v0.1.1...v0.1.2)

### 🩹 Fixes

- Output error when when run with the wrong node version ([825b78d](https://github.com/ifeanyiisitor/unflatten-next-routes/commit/825b78d))

### 📖 Documentation

- Update readme to include the correct way to run the command ([c119d2f](https://github.com/ifeanyiisitor/unflatten-next-routes/commit/c119d2f))

### 🏡 Chore

- Add the repository details to the package.json file ([7e7b373](https://github.com/ifeanyiisitor/unflatten-next-routes/commit/7e7b373))
- Log out changes to route files ([d8d94a6](https://github.com/ifeanyiisitor/unflatten-next-routes/commit/d8d94a6))

### ❤️ Contributors

- Ifeanyi Isitor <ifeanyi.isitor@flute.io>

## v0.1.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unflatten-next-routes",
"version": "0.1.1",
"version": "0.1.2",
"description": "A CLI tool to simplify Next.js routing by allowing developers to work with a flat route structure",
"repository": {
"type": "git",
Expand Down Expand Up @@ -69,4 +69,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}

0 comments on commit 871a719

Please sign in to comment.