Skip to content

Commit 3a222ae

Browse files
[ci] release (#350)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4057625 commit 3a222ae

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/soft-donuts-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/compiler
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- 1a82892: Fix bug with `<script src>` not being hoisted
8+
39
## 0.14.0
410

511
### Minor Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.14.0",
8+
"version": "0.14.1",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)