Skip to content

Commit bcd1e79

Browse files
Release: 1.0.8 [skip ci]
## v1.0.8 **[`v1.0.7...v1.0.8`](v1.0.7...v1.0.8)** - **2021-05-26** ### 🧹 Internal - Change dependabot config [`8380021`](8380021) ### Other - **dev:** Bump eslint from 7.26.0 to 7.27.0 ([#13](#13)) [`7a85a45`](7a85a45) - **dev:** Bump eslint-plugin-evelyn from 6.1.0 to 6.2.0 ([#17](#17)) [`c7c8adf`](c7c8adf) - **dev:** Bump eslint-plugin-import from 2.23.2 to 2.23.3 ([#16](#16)) [`ec7e79c`](ec7e79c) - **dev:** Bump eslint-plugin-testing-library from 4.5.0 to 4.6.0 ([#14](#14)) [`cb369fe`](cb369fe) - **dev:** npm update [`b1f9faf`](b1f9faf) - **dev:** npm update linting plugins [`121e955`](121e955) - **dev:** npm update, linting [`3dbec04`](3dbec04) - **prod:** Bump jest deps to v27 [`42ce4c2`](42ce4c2)
1 parent 8380021 commit bcd1e79

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v1.0.8
4+
5+
**[`v1.0.7...v1.0.8`](https://github.com/evelynhathaway/jest-location-mock/compare/v1.0.7...v1.0.8)** - **2021-05-26**
6+
7+
### 🧹 Internal
8+
9+
- Change dependabot config [`8380021`](https://github.com/evelynhathaway/jest-location-mock/commit/8380021)
10+
11+
### Other
12+
13+
- **dev:** Bump eslint from 7.26.0 to 7.27.0 ([#13](https://github.com/evelynhathaway/jest-location-mock/issues/13)) [`7a85a45`](https://github.com/evelynhathaway/jest-location-mock/commit/7a85a45)
14+
- **dev:** Bump eslint-plugin-evelyn from 6.1.0 to 6.2.0 ([#17](https://github.com/evelynhathaway/jest-location-mock/issues/17)) [`c7c8adf`](https://github.com/evelynhathaway/jest-location-mock/commit/c7c8adf)
15+
- **dev:** Bump eslint-plugin-import from 2.23.2 to 2.23.3 ([#16](https://github.com/evelynhathaway/jest-location-mock/issues/16)) [`ec7e79c`](https://github.com/evelynhathaway/jest-location-mock/commit/ec7e79c)
16+
- **dev:** Bump eslint-plugin-testing-library from 4.5.0 to 4.6.0 ([#14](https://github.com/evelynhathaway/jest-location-mock/issues/14)) [`cb369fe`](https://github.com/evelynhathaway/jest-location-mock/commit/cb369fe)
17+
- **dev:** npm update [`b1f9faf`](https://github.com/evelynhathaway/jest-location-mock/commit/b1f9faf)
18+
- **dev:** npm update linting plugins [`121e955`](https://github.com/evelynhathaway/jest-location-mock/commit/121e955)
19+
- **dev:** npm update, linting [`3dbec04`](https://github.com/evelynhathaway/jest-location-mock/commit/3dbec04)
20+
- **prod:** Bump jest deps to v27 [`42ce4c2`](https://github.com/evelynhathaway/jest-location-mock/commit/42ce4c2)
21+
322
## v1.0.7
423

524
**[`v1.0.6...v1.0.7`](https://github.com/evelynhathaway/jest-location-mock/compare/v1.0.6...v1.0.7)** - **2021-05-18**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-location-mock",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Jest hooks for JSDOM location mock",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)