Skip to content

Commit 05b59d3

Browse files
committed
release: 1.2.8 [skip ci]
## [1.2.8](v1.2.7...v1.2.8) (2021-01-13) ### Bug Fixes * **readme.md:** ensure quick start example is functional ([87dc31f](87dc31f))
1 parent 87dc31f commit 05b59d3

File tree

4 files changed

+81
-71
lines changed

4 files changed

+81
-71
lines changed

CHANGELOG.md

+78-68
Original file line numberDiff line numberDiff line change
@@ -2,158 +2,168 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Conventional Commits][29], and this project adheres to
6-
[Semantic Versioning][30].
5+
The format is based on [Conventional Commits][32], and this project adheres to
6+
[Semantic Versioning][33].
77

8-
## [1.2.7][31] (2021-01-12)
8+
## [1.2.8][34] (2021-01-13)
9+
10+
### Bug Fixes
11+
12+
- **readme.md:** ensure quick start example is functional ([87dc31f][35])
13+
14+
## [1.2.7][1] (2021-01-12)
915

1016
### Build System
1117

12-
- Rebuild lockfile ([94cfa38][32])
13-
- Update babel-plugin-transform-mjs-imports ([62089c7][33])
18+
- Rebuild lockfile ([94cfa38][2])
19+
- Update babel-plugin-transform-mjs-imports ([62089c7][3])
1420

15-
## [1.2.6][1] (2021-01-06)
21+
## [1.2.6][4] (2021-01-06)
1622

1723
### Build System
1824

19-
- **package.json:** prune old deps ([2cf1d29][2])
25+
- **package.json:** prune old deps ([2cf1d29][5])
2026

21-
## [1.2.5][3] (2021-01-06)
27+
## [1.2.5][6] (2021-01-06)
2228

2329
### Build System
2430

25-
- **.github:** add is-next-compat workflow ([1823c05][4])
31+
- **.github:** add is-next-compat workflow ([1823c05][7])
2632
- **.github/workflows/post-release-check.yml:** add new post-release-check
27-
([a307efc][5])
33+
([a307efc][8])
2834

29-
## [1.2.4][6] (2021-01-06)
35+
## [1.2.4][9] (2021-01-06)
3036

3137
### Build System
3238

33-
- **readme.md:** add quick start example ([4e5e12c][7])
39+
- **readme.md:** add quick start example ([4e5e12c][10])
3440

35-
## [1.2.3][8] (2021-01-05)
41+
## [1.2.3][11] (2021-01-05)
3642

3743
### Build System
3844

3945
- **package.json:** favor "prepare" over "postinstall" and use npx for dev tools
40-
([a111c87][9])
46+
([a111c87][12])
4147

42-
## [1.2.2][10] (2021-01-05)
48+
## [1.2.2][13] (2021-01-05)
4349

4450
### Build System
4551

46-
- **readme.md:** cosmetic ([98b65c6][11])
52+
- **readme.md:** cosmetic ([98b65c6][14])
4753

48-
## [1.2.1][12] (2021-01-05)
54+
## [1.2.1][15] (2021-01-05)
4955

5056
### Build System
5157

5258
- **package.json:** update dependencies, prune unused dependencies
53-
([6ef6cbe][13])
59+
([6ef6cbe][16])
5460

55-
# [1.2.0][14] (2021-01-05)
61+
# [1.2.0][17] (2021-01-05)
5662

5763
### Build System
5864

59-
- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][15])
65+
- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][18])
6066
- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly
61-
([e0e1fd9][16])
67+
([e0e1fd9][19])
6268

6369
### Features
6470

6571
- **.changelogrc.js:** transfer repository over to semantic-release CI/CD
66-
([b9d2bf0][17])
72+
([b9d2bf0][20])
6773

68-
## [1.1.3][18] (2020-12-06)
74+
## [1.1.3][21] (2020-12-06)
6975

7076
### Build System
7177

72-
- **package.json:** audit and update deps ([c82695a][19])
73-
- **package.json:** manually bump version ([813b21a][20])
78+
- **package.json:** audit and update deps ([c82695a][22])
79+
- **package.json:** manually bump version ([813b21a][23])
7480

75-
## [1.1.2][21] (2020-11-26)
81+
## [1.1.2][24] (2020-11-26)
7682

7783
### Bug Fixes
7884

79-
- **README:** update install language ([b68c721][22])
85+
- **README:** update install language ([b68c721][25])
8086

81-
## [1.1.1][23] (2020-11-26)
87+
## [1.1.1][26] (2020-11-26)
8288

8389
### Bug Fixes
8490

85-
- **externals:** revert sort-package-json to maintainer version ([750055b][24])
86-
- **externals:** rewrite test workflow ([d604dfc][25])
91+
- **externals:** revert sort-package-json to maintainer version ([750055b][27])
92+
- **externals:** rewrite test workflow ([d604dfc][28])
8793

88-
# [1.1.0][26] (2020-11-25)
94+
# [1.1.0][29] (2020-11-25)
8995

9096
### Bug Fixes
9197

92-
- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][27])
98+
- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][30])
9399
- **externals:** updated remaining dependency references to peerDependency
94-
references ([ccf54fb][28])
100+
references ([ccf54fb][31])
95101

96102
[1]:
97-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6
103+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7
98104
[2]:
99-
https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823
105+
https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a
100106
[3]:
101-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5
107+
https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f
102108
[4]:
103-
https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2
109+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.5...v1.2.6
104110
[5]:
105-
https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace
111+
https://github.com/Xunnamius/next-test-api-route-handler/commit/2cf1d29159fb746dc4a7c09a8193e46c6bec3823
106112
[6]:
107-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4
113+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.4...v1.2.5
108114
[7]:
109-
https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7
115+
https://github.com/Xunnamius/next-test-api-route-handler/commit/1823c055f034e528337c68d710164097e423f6e2
110116
[8]:
111-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3
117+
https://github.com/Xunnamius/next-test-api-route-handler/commit/a307efcf2cdf60679d68fab385bdc8951a476ace
112118
[9]:
113-
https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63
119+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.3...v1.2.4
114120
[10]:
115-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2
121+
https://github.com/Xunnamius/next-test-api-route-handler/commit/4e5e12c0df4fc80abb696d32718440ff294902e7
116122
[11]:
117-
https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e
123+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.2...v1.2.3
118124
[12]:
119-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1
125+
https://github.com/Xunnamius/next-test-api-route-handler/commit/a111c87ccd863ce4dac85a5bd0281d87affe3b63
120126
[13]:
121-
https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275
127+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.1...v1.2.2
122128
[14]:
123-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0
129+
https://github.com/Xunnamius/next-test-api-route-handler/commit/98b65c6da330040e4bcbc22fe28db87c3965fd0e
124130
[15]:
125-
https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9
131+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.0...v1.2.1
126132
[16]:
127-
https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a
133+
https://github.com/Xunnamius/next-test-api-route-handler/commit/6ef6cbeb143648eb1fed5eff39071a06e7354275
128134
[17]:
129-
https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308
135+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0
130136
[18]:
131-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3
137+
https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9
132138
[19]:
133-
https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9
139+
https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a
134140
[20]:
135-
https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e
141+
https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308
136142
[21]:
137-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2
143+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3
138144
[22]:
139-
https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00
145+
https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9
140146
[23]:
141-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1
147+
https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e
142148
[24]:
143-
https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a
149+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2
144150
[25]:
145-
https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a
151+
https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00
146152
[26]:
147-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0
153+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1
148154
[27]:
149-
https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f
155+
https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a
150156
[28]:
151-
https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8
152-
[29]: https://conventionalcommits.org
153-
[30]: https://semver.org
157+
https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a
158+
[29]:
159+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0
160+
[30]:
161+
https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f
154162
[31]:
155-
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.6...v1.2.7
156-
[32]:
157-
https://github.com/Xunnamius/next-test-api-route-handler/commit/94cfa3806bfa0250e9b2dd5b3abfb2ff65c77c6a
158-
[33]:
159-
https://github.com/Xunnamius/next-test-api-route-handler/commit/62089c79f6c9b585d2bb8ca0a8b87bd355b8695f
163+
https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8
164+
[32]: https://conventionalcommits.org
165+
[33]: https://semver.org
166+
[34]:
167+
https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.2.7...v1.2.8
168+
[35]:
169+
https://github.com/Xunnamius/next-test-api-route-handler/commit/87dc31f264682d8048ee8d4cba4dbf866666bf07

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Defined in: [index.ts:31][2]
4242

4343
[1]: README.md#testapihandler
4444

45-
[2]: https://github.com/Xunnamius/next-test-api-route-handler/blob/62089c7/src/index.ts#L31
45+
[2]: https://github.com/Xunnamius/next-test-api-route-handler/blob/87dc31f/src/index.ts#L31

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-test-api-route-handler",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Confidently unit test your Next.js API routes/handlers in an isolated Next.js-like environment",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)