Skip to content

Commit

Permalink
🚀 Deploy v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Dec 22, 2023
1 parent 9a61a5a commit a12aec8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.3.0

- 📦 Update to Remix v2.4.1 and fix breaking changes
- 📦 Update to latest packages
- 🔨 Add entry.server/entry.client files due to `isbot` update

## v1.2.1

- 🔨 Update import type annotation in remix.config.js (#3)
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": "remix-vite-template",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit a12aec8

Please sign in to comment.