Skip to content

Commit 074efd6

Browse files
committed
update changelogs to be prefixed with v
1 parent 15d4430 commit 074efd6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
# 3.2.7
1+
# v3.2.7
22

33
- This version of Ultraviolet updates the XOR and Base64 codecs to be more efficient and fast by removing unneccesary code.
44
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows remote transports to be set (transports that run in the window).
55

6-
# 3.2.6
6+
# v3.2.6
77

88
- This version of Ultraviolet fixes an issue with the `Content-Type` header not being rewritten properly.
99
- This version of Ultraviolet injects HTML at the top of the head/body to avoid race conditions.
1010

11-
# 3.2.5
11+
# v3.2.5
1212

1313
- This version of Ultraviolet adds HTML injection through the config.
1414
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows transferrables to be sent while setting the transport.
1515

16-
# 3.2.4
16+
# v3.2.4
1717

1818
- This version of Ultraviolet fixes an issue with headers not being rewritten properly.
1919

20-
# 3.2.3
20+
# v3.2.3
2121

2222
- This version of Ultraviolet improves performance and reduced bundle size by removing `css-tree`, `esotope-hammerhead`, and `mime-db`.
2323
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This fixes issues with support in safari.
2424

25-
# 3.2.2
25+
# v3.2.2
2626

2727
- This version of Ultraviolet fixes a bug where scripts were not being rewritten properly.
2828

29-
# 3.2.1
29+
# v3.2.1
3030

3131
- This version of Ultraviolet fixes a bug where network requests were not being correctly processed in worker contexts.
3232

33-
# 3.2.0
33+
# v3.2.0
3434

3535
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This moves all of the bare client logic to a shared worker.
3636

37-
# 3.1.5
37+
# v3.1.5
3838

3939
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This allows the websocket to be properly closed by windows.
4040

41-
# 3.1.4
41+
# v3.1.4
4242

4343
- This version of Ultraviolet fixes an NPM versioning error.
4444

45-
# 3.1.3
45+
# v3.1.3
4646

4747
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This solves an issue with the types and exports being incorrect.
4848

49-
# 3.1.2
49+
# v3.1.2
5050

5151
- This version of Ultraviolet cleans up some service worker code to make it faster, and also simplifies the service worker by adding `uv.route()` which allows the service worker to easily detect if the worker should route this request.
5252
```js

0 commit comments

Comments
 (0)