Skip to content

Commit aa9e931

Browse files
committed
chore(release): 🚀 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2022-08-08) ### Bug Fixes * correctly propagate errors ([#12](#12)) ([a5147d0](a5147d0))
1 parent 1fab7a5 commit aa9e931

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.1](https://github.com/merged-js/solid-apollo/compare/v1.7.0...v1.7.1) (2022-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly propagate errors ([#12](https://github.com/merged-js/solid-apollo/issues/12)) ([a5147d0](https://github.com/merged-js/solid-apollo/commit/a5147d0d4db80b7c67158f914a6a85d67626a746))
7+
18
# [1.7.0](https://github.com/merged-js/solid-apollo/compare/v1.6.0...v1.7.0) (2022-06-10)
29

310

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merged/solid-apollo",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Apollo client for solid",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
@@ -75,7 +75,9 @@
7575
}
7676
},
7777
"release": {
78-
"branches": ["main"],
78+
"branches": [
79+
"main"
80+
],
7981
"plugins": [
8082
"@semantic-release/commit-analyzer",
8183
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)