Skip to content

Commit 2f71170

Browse files
chore(release): 5.0.5 [skip ci]
## [protons-runtime-v5.0.5](protons-runtime-v5.0.4...protons-runtime-v5.0.5) (2023-10-13) ### Bug Fixes * write string into output buffer as uint8array ([#118](#118)) ([03ab706](03ab706)) ### Trivial Changes * update project config ([c54b7ac](c54b7ac))
1 parent a53620a commit 2f71170

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/protons-runtime/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [protons-runtime-v5.0.5](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.4...protons-runtime-v5.0.5) (2023-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* write string into output buffer as uint8array ([#118](https://github.com/ipfs/protons/issues/118)) ([03ab706](https://github.com/ipfs/protons/commit/03ab706e03cdc16ff897e4ab54d87f343a8d61db))
7+
8+
9+
### Trivial Changes
10+
11+
* update project config ([c54b7ac](https://github.com/ipfs/protons/commit/c54b7acbc9ac3839d1ef2d2653f1d19b5a0fdbf4))
12+
113
## [protons-runtime-v5.0.4](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.3...protons-runtime-v5.0.4) (2023-10-13)
214

315

packages/protons-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "Shared code to make your bundle smaller when running protons in your app",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",

0 commit comments

Comments
 (0)