|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
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]. |
7 | 7 |
|
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) |
9 | 15 |
|
10 | 16 | ### Build System
|
11 | 17 |
|
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]) |
14 | 20 |
|
15 |
| -## [1.2.6][1] (2021-01-06) |
| 21 | +## [1.2.6][4] (2021-01-06) |
16 | 22 |
|
17 | 23 | ### Build System
|
18 | 24 |
|
19 |
| -- **package.json:** prune old deps ([2cf1d29][2]) |
| 25 | +- **package.json:** prune old deps ([2cf1d29][5]) |
20 | 26 |
|
21 |
| -## [1.2.5][3] (2021-01-06) |
| 27 | +## [1.2.5][6] (2021-01-06) |
22 | 28 |
|
23 | 29 | ### Build System
|
24 | 30 |
|
25 |
| -- **.github:** add is-next-compat workflow ([1823c05][4]) |
| 31 | +- **.github:** add is-next-compat workflow ([1823c05][7]) |
26 | 32 | - **.github/workflows/post-release-check.yml:** add new post-release-check
|
27 |
| - ([a307efc][5]) |
| 33 | + ([a307efc][8]) |
28 | 34 |
|
29 |
| -## [1.2.4][6] (2021-01-06) |
| 35 | +## [1.2.4][9] (2021-01-06) |
30 | 36 |
|
31 | 37 | ### Build System
|
32 | 38 |
|
33 |
| -- **readme.md:** add quick start example ([4e5e12c][7]) |
| 39 | +- **readme.md:** add quick start example ([4e5e12c][10]) |
34 | 40 |
|
35 |
| -## [1.2.3][8] (2021-01-05) |
| 41 | +## [1.2.3][11] (2021-01-05) |
36 | 42 |
|
37 | 43 | ### Build System
|
38 | 44 |
|
39 | 45 | - **package.json:** favor "prepare" over "postinstall" and use npx for dev tools
|
40 |
| - ([a111c87][9]) |
| 46 | + ([a111c87][12]) |
41 | 47 |
|
42 |
| -## [1.2.2][10] (2021-01-05) |
| 48 | +## [1.2.2][13] (2021-01-05) |
43 | 49 |
|
44 | 50 | ### Build System
|
45 | 51 |
|
46 |
| -- **readme.md:** cosmetic ([98b65c6][11]) |
| 52 | +- **readme.md:** cosmetic ([98b65c6][14]) |
47 | 53 |
|
48 |
| -## [1.2.1][12] (2021-01-05) |
| 54 | +## [1.2.1][15] (2021-01-05) |
49 | 55 |
|
50 | 56 | ### Build System
|
51 | 57 |
|
52 | 58 | - **package.json:** update dependencies, prune unused dependencies
|
53 |
| - ([6ef6cbe][13]) |
| 59 | + ([6ef6cbe][16]) |
54 | 60 |
|
55 |
| -# [1.2.0][14] (2021-01-05) |
| 61 | +# [1.2.0][17] (2021-01-05) |
56 | 62 |
|
57 | 63 | ### Build System
|
58 | 64 |
|
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]) |
60 | 66 | - **test/unit-externals.test.ts:** add mongo uri env var to test explicitly
|
61 |
| - ([e0e1fd9][16]) |
| 67 | + ([e0e1fd9][19]) |
62 | 68 |
|
63 | 69 | ### Features
|
64 | 70 |
|
65 | 71 | - **.changelogrc.js:** transfer repository over to semantic-release CI/CD
|
66 |
| - ([b9d2bf0][17]) |
| 72 | + ([b9d2bf0][20]) |
67 | 73 |
|
68 |
| -## [1.1.3][18] (2020-12-06) |
| 74 | +## [1.1.3][21] (2020-12-06) |
69 | 75 |
|
70 | 76 | ### Build System
|
71 | 77 |
|
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]) |
74 | 80 |
|
75 |
| -## [1.1.2][21] (2020-11-26) |
| 81 | +## [1.1.2][24] (2020-11-26) |
76 | 82 |
|
77 | 83 | ### Bug Fixes
|
78 | 84 |
|
79 |
| -- **README:** update install language ([b68c721][22]) |
| 85 | +- **README:** update install language ([b68c721][25]) |
80 | 86 |
|
81 |
| -## [1.1.1][23] (2020-11-26) |
| 87 | +## [1.1.1][26] (2020-11-26) |
82 | 88 |
|
83 | 89 | ### Bug Fixes
|
84 | 90 |
|
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]) |
87 | 93 |
|
88 |
| -# [1.1.0][26] (2020-11-25) |
| 94 | +# [1.1.0][29] (2020-11-25) |
89 | 95 |
|
90 | 96 | ### Bug Fixes
|
91 | 97 |
|
92 |
| -- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][27]) |
| 98 | +- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][30]) |
93 | 99 | - **externals:** updated remaining dependency references to peerDependency
|
94 |
| - references ([ccf54fb][28]) |
| 100 | + references ([ccf54fb][31]) |
95 | 101 |
|
96 | 102 | [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 |
98 | 104 | [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 |
100 | 106 | [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 |
102 | 108 | [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 |
104 | 110 | [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 |
106 | 112 | [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 |
108 | 114 | [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 |
110 | 116 | [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 |
112 | 118 | [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 |
114 | 120 | [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 |
116 | 122 | [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 |
118 | 124 | [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 |
120 | 126 | [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 |
122 | 128 | [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 |
124 | 130 | [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 |
126 | 132 | [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 |
128 | 134 | [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 |
130 | 136 | [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 |
132 | 138 | [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 |
134 | 140 | [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 |
136 | 142 | [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 |
138 | 144 | [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 |
140 | 146 | [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 |
142 | 148 | [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 |
144 | 150 | [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 |
146 | 152 | [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 |
148 | 154 | [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 |
150 | 156 | [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 |
154 | 162 | [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 |
0 commit comments