Skip to content

Commit d5bf315

Browse files
chore(release): 7.1.0 [skip ci]
## [protons-v7.1.0](protons-v7.0.7...protons-v7.1.0) (2023-10-23) ### Features * add strict option to CLI ([#119](#119)) ([8c039c5](8c039c5)) ### Trivial Changes * update project config ([c54b7ac](c54b7ac))
1 parent 8c039c5 commit d5bf315

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/protons/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [protons-v7.1.0](https://github.com/ipfs/protons/compare/protons-v7.0.7...protons-v7.1.0) (2023-10-23)
2+
3+
4+
### Features
5+
6+
* add strict option to CLI ([#119](https://github.com/ipfs/protons/issues/119)) ([8c039c5](https://github.com/ipfs/protons/commit/8c039c50c0085bd496d684ffc42b30ae786f4a52))
7+
8+
9+
### Trivial Changes
10+
11+
* update project config ([c54b7ac](https://github.com/ipfs/protons/commit/c54b7acbc9ac3839d1ef2d2653f1d19b5a0fdbf4))
12+
113
## [protons-v7.0.7](https://github.com/ipfs/protons/compare/protons-v7.0.6...protons-v7.0.7) (2023-10-13)
214

315

packages/protons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons",
3-
"version": "7.0.7",
3+
"version": "7.1.0",
44
"description": "Protobuf to ts transpiler",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",

0 commit comments

Comments
 (0)