Skip to content

Commit 7b14bb2

Browse files
committed
chore(release): 3.0.0
1 parent 2906a50 commit 7b14bb2

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.0.0](https://github.com///compare/v2.1.1...v3.0.0) (2021-02-08)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- The type definition is now generated from the
10+
TypeScript compiler (through microbundle) so... things might be broken
11+
now? They shouldn't, but in case this was dangerous, it's worth calling
12+
it out.
13+
- The shape of `dist` has changed, so the next version
14+
should be a "major" release.
15+
16+
### Bug Fixes
17+
18+
- add typings to repo ([db99f01](https://github.com///commit/db99f01cfd7fcab57c2618aca0ffb4f2bea4d02d))
19+
- avoid deprecated QUnit.extend API ([804a9d3](https://github.com///commit/804a9d329f1aba1e4c44d7361200603340b8afc2))
20+
- update documentation site links ([b8a810d](https://github.com///commit/b8a810d561f1a8e0ff16ce1c9c8d2fe694213a26))
21+
22+
- convert source to TypeScript ([5c2b3ea](https://github.com///commit/5c2b3ea3c376b334d57344c851f57ef694ce86e5))
23+
- replace Rollup with Microbundle ([29f8e3b](https://github.com///commit/29f8e3b45ddc4ca577204d200bdca5d2c5d37577))
524

625
<a name="2.1.1"></a>
726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testdouble-qunit",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Verify testdouble stubs with QUnit",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)