1# Changes
2
3## 5.0.3
4
5- [`9d2add0`](https://github.com/sinonjs/samsam/commit/9d2add01eba85eb17ddb91ac22404fb6c23e8d39)
6  Remove unused @sinonjs/formatio (Morgan Roderick)
7    >
8    > As can be seen with searching the codebase, @sinonjs/formatio is never
9    > imported, and is thus not a direct dependency of @sinonjs/samsam.
10    >
11
12_Released on 2020-02-28._
13
14## 5.0.2
15
16- [`f9e845a`](https://github.com/sinonjs/samsam/commit/f9e845a52ba50916df91335d2003a81a808a4ade)
17  Bump formatio to latest major (Morgan Roderick)
18    >
19    > This will remove some duplication in Sinon, see https://github.com/sinonjs/sinon/issues/2224
20    >
21
22_Released on 2020-02-20._
23
24## 5.0.1
25
26- [`fe5d035`](https://github.com/sinonjs/samsam/commit/fe5d03532ea6cdbec857c49d18392d668cca8ef2)
27  Bump jsdom from 15.2.1 to 16.2.0 (dependabot-preview[bot])
28    >
29    > Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.2.0.
30    > - [Release notes](https://github.com/jsdom/jsdom/releases)
31    > - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
32    > - [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...16.2.0)
33    >
34    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
35- [`910af18`](https://github.com/sinonjs/samsam/commit/910af18be1bd57c6237399ca04cbef91d994a38a)
36  Remove maintenance junk from CHANGES.md (Morgan Roderick)
37
38_Released on 2020-02-18._
39
40## 5.0.0
41
42- [`f288430`](https://github.com/sinonjs/samsam/commit/f2884309c9bf68b02ecfda3bd1df8d7a7a31686b)
43  Drop support for Node 8 (Morgan Roderick)
44    >
45    > As can be seen at https://github.com/nodejs/Release, Node 8 reached
46    > "end" of life on 2019-12-31, and is no longer actively supported.
47    >
48    > We will stop testing in Node 8 and start testing in Node 13, which will
49    > become the next LTS release from April 2020.
50    >
51
52_Released on 2020-02-18._
53
54## 4.2.2
55
56- [`c600d6c`](https://github.com/sinonjs/samsam/commit/c600d6cb6c1bec8d65bc718bd9268311204597bc)
57  Fix issue with nested array matching (Jay Merrifield)
58- [`8b37566`](https://github.com/sinonjs/samsam/commit/8b37566ea73bee512fbc4203c07678288f906bda)
59  Bump eslint from 6.7.2 to 6.8.0 (dependabot-preview[bot])
60    >
61    > Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
62    > - [Release notes](https://github.com/eslint/eslint/releases)
63    > - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
64    > - [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
65    >
66    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
67- [`b7c5db9`](https://github.com/sinonjs/samsam/commit/b7c5db9e7847204188c112843bb193248d0b5156)
68  Bump eslint-plugin-prettier from 3.1.1 to 3.1.2 (dependabot-preview[bot])
69    >
70    > Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.1 to 3.1.2.
71    > - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
72    > - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
73    > - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.1...v3.1.2)
74    >
75    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
76- [`8965384`](https://github.com/sinonjs/samsam/commit/8965384818697b7b36537619922b3c378bfd0b42)
77  Bump eslint-plugin-mocha from 6.1.1 to 6.2.2 (dependabot-preview[bot])
78    >
79    > Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 6.1.1 to 6.2.2.
80    > - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
81    > - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
82    > - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/6.1.1...6.2.2)
83    >
84    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
85- [`8661610`](https://github.com/sinonjs/samsam/commit/866161044e212b4df56a207e55ab3e449346abf5)
86  Bump eslint-config-prettier from 6.7.0 to 6.9.0 (dependabot-preview[bot])
87    >
88    > Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.7.0 to 6.9.0.
89    > - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
90    > - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
91    > - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v6.9.0)
92    >
93    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
94- [`7d91124`](https://github.com/sinonjs/samsam/commit/7d91124a9fa95c462c1e714d86405d6cb99e3363)
95  Bump rollup from 1.23.0 to 1.27.14 (dependabot-preview[bot])
96    >
97    > Bumps [rollup](https://github.com/rollup/rollup) from 1.23.0 to 1.27.14.
98    > - [Release notes](https://github.com/rollup/rollup/releases)
99    > - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
100    > - [Commits](https://github.com/rollup/rollup/compare/v1.23.0...v1.27.14)
101    >
102    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
103- [`31c616a`](https://github.com/sinonjs/samsam/commit/31c616ab278e05071138e18d6e5aea8f2c250c2a)
104  Bump nyc from 14.1.1 to 15.0.0 (dependabot-preview[bot])
105    >
106    > Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 to 15.0.0.
107    > - [Release notes](https://github.com/istanbuljs/nyc/releases)
108    > - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
109    > - [Commits](https://github.com/istanbuljs/nyc/compare/v14.1.1...v15.0.0)
110    >
111    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
112- [`e82dbcf`](https://github.com/sinonjs/samsam/commit/e82dbcf9af6a052b1d466e476a7315e047324256)
113  Bump @sinonjs/referee from 3.2.0 to 4.0.0 (dependabot-preview[bot])
114    >
115    > Bumps [@sinonjs/referee](https://github.com/sinonjs/referee) from 3.2.0 to 4.0.0.
116    > - [Release notes](https://github.com/sinonjs/referee/releases)
117    > - [Changelog](https://github.com/sinonjs/referee/blob/master/CHANGES.md)
118    > - [Commits](https://github.com/sinonjs/referee/compare/v3.2.0...v4.0.0)
119    >
120    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
121- [`b089354`](https://github.com/sinonjs/samsam/commit/b089354118a6f64139ca64906d8b8a9f282bc376)
122  Bump eslint-plugin-jsdoc from 18.4.3 to 19.2.0 (dependabot-preview[bot])
123    >
124    > Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 18.4.3 to 19.2.0.
125    > - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
126    > - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v18.4.3...v19.2.0)
127    >
128    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
129- [`bba8c44`](https://github.com/sinonjs/samsam/commit/bba8c441914cd3b07b505b4d917a042d16412c9e)
130  Bump @sinonjs/commons from 1.6.0 to 1.7.0 (dependabot-preview[bot])
131    >
132    > Bumps [@sinonjs/commons](https://github.com/sinonjs/commons) from 1.6.0 to 1.7.0.
133    > - [Release notes](https://github.com/sinonjs/commons/releases)
134    > - [Commits](https://github.com/sinonjs/commons/compare/v1.6.0...v1.7.0)
135    >
136    > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
137- [`5915960`](https://github.com/sinonjs/samsam/commit/5915960fab257e27564c544da45b419c360bc8fb)
138  Publish using public access (Morgan Roderick)
139- [`28ffc83`](https://github.com/sinonjs/samsam/commit/28ffc83556274b025d1fc62b52d2ff8ea25743a4)
140  4.2.1 (Morgan Roderick)
141
142_Released by [Maximilian Antoni](https://github.com/mantoni) on 2020-01-09._
143
144## 4.2.1
145
146- [`8987966`](https://github.com/sinonjs/samsam/commit/898796645000b88f1a4045213355bed29085f46c)
147  re-introduce bound deepEqual (#160) (James Garbutt)
148
149_Released on 2019-12-30._
150