Skip to content

Commit 3c8d4f5

Browse files
committed
1 parent bcd8151 commit 3c8d4f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

vite-plugin-ruby/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.1.1](https://github.com/ElMassimo/vite_ruby/compare/[email protected]@5.1.1) (2024-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* do not override userConfig.server.origin when provided ([#505](https://github.com/ElMassimo/vite_ruby/issues/505)) ([57a6e7a](https://github.com/ElMassimo/vite_ruby/commit/57a6e7ace701cc5d1199d3e5a6fcd7276b29a693))
7+
8+
9+
110
# [5.1.0](https://github.com/ElMassimo/vite_ruby/compare/[email protected]@5.1.0) (2024-09-04)
211

312

vite-plugin-ruby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-ruby",
33
"description": "Convention over configuration for using Vite in Ruby apps",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)