Skip to content

Commit 6f6c2f8

Browse files
semantic-release-botTrygve Lie
and
Trygve Lie
committed
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.2.0...v5.0.0) (2023-11-28) ### Bug Fixes * Initial setup of next branch ([5314940](5314940)) * Optimize the npm package ([#112](#112)) ([149ce28](149ce28)) * Pure ESM. Run tests on node 18.x ([#160](#160)) ([9c68d23](9c68d23)) * Use ESM workaround for dirname to find path to schema ([#113](#113)) ([ed40808](ed40808)) ### chore * Remove .assets.js and .assets.css ([#62](#62)) ([6468f69](6468f69)) ### Features * Adding support for proxy objects ([#161](#161)) ([6f5de4e](6f5de4e)) * Convert to ESM ([#64](#64)) ([197fe2b](197fe2b)), closes [#83](#83) [#81](#81) [#83](#83) [#88](#88) [#88](#88) [#96](#96) [#102](#102) [#102](#102) [#106](#106) ### BREAKING CHANGES * Convert from CommonJS module to ESM * dev dependency tap updated to version 14.10.8 * fix(deps): update dependency ajv to v6.12.4 * chore(release): 4.0.3 [skip ci] ## [4.0.3](v4.0.2...v4.0.3) (2020-08-15) ### Bug Fixes * **deps:** update dependency ajv to v6.12.4 ([9d32b74](9d32b74)) * dev dependency @semantic-release/npm updated to version 7.0.6 * fix(deps): update dependency ajv to v6.12.5 * chore(release): 4.0.4 [skip ci] ## [4.0.4](v4.0.3...v4.0.4) (2020-09-13) ### Bug Fixes * **deps:** update dependency ajv to v6.12.5 ([087631b](087631b)) * dev dependency @semantic-release/github updated to version 7.1.1 * dev dependency semantic-release updated to version 17.1.2 * dev dependency eslint updated to version 7.10.0 * fix(deps): update dependency ajv to v6.12.6 * chore(release): 4.0.5 [skip ci] ## [4.0.5](v4.0.4...v4.0.5) (2020-10-10) ### Bug Fixes * **deps:** update dependency ajv to v6.12.6 ([3ae65d3](3ae65d3)) * dev dependency eslint updated to version 7.11.0 * dev dependency eslint updated to version 7.12.0 * dev dependency eslint updated to version 7.12.1 * dev dependency eslint updated to version 7.13.0 * dev dependency @semantic-release/github updated to version 7.1.2 * dev dependency semantic-release updated to version 17.2.3 * dev dependency @semantic-release/github updated to version 7.2.0 * dev dependency eslint updated to version 7.15.0 * dev dependency eslint-plugin-prettier updated to version 3.3.0 * dev dependency @semantic-release/npm updated to version 7.0.9 * Dev dependency tap updated to version 14.11.0 * Dev dependency eslint updated to version 7.17.0 * .assets.js and .assets.css is now replaced by .js and .css Resolves: podium-lib/issues#26 Co-authored-by: Trygve Lie <[email protected]>
1 parent 9945557 commit 6f6c2f8

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-1
lines changed

CHANGELOG.md

+95
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
# [5.0.0](https://github.com/podium-lib/schemas/compare/v4.2.0...v5.0.0) (2023-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307))
7+
* Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb))
8+
* Pure ESM. Run tests on node 18.x ([#160](https://github.com/podium-lib/schemas/issues/160)) ([9c68d23](https://github.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e))
9+
* Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3))
10+
11+
12+
### chore
13+
14+
* Remove .assets.js and .assets.css ([#62](https://github.com/podium-lib/schemas/issues/62)) ([6468f69](https://github.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575))
15+
16+
17+
### Features
18+
19+
* Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1))
20+
* Convert to ESM ([#64](https://github.com/podium-lib/schemas/issues/64)) ([197fe2b](https://github.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#83](https://github.com/podium-lib/schemas/issues/83) [#81](https://github.com/podium-lib/schemas/issues/81) [#83](https://github.com/podium-lib/schemas/issues/83) [#88](https://github.com/podium-lib/schemas/issues/88) [#88](https://github.com/podium-lib/schemas/issues/88) [#96](https://github.com/podium-lib/schemas/issues/96) [#102](https://github.com/podium-lib/schemas/issues/102) [#102](https://github.com/podium-lib/schemas/issues/102) [#106](https://github.com/podium-lib/schemas/issues/106)
21+
22+
23+
### BREAKING CHANGES
24+
25+
* Convert from CommonJS module to ESM
26+
27+
* dev dependency tap updated to version 14.10.8
28+
29+
* fix(deps): update dependency ajv to v6.12.4
30+
31+
* chore(release): 4.0.3 [skip ci]
32+
33+
## [4.0.3](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3) (2020-08-15)
34+
35+
### Bug Fixes
36+
37+
* **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2))
38+
39+
* dev dependency @semantic-release/npm updated to version 7.0.6
40+
41+
* fix(deps): update dependency ajv to v6.12.5
42+
43+
* chore(release): 4.0.4 [skip ci]
44+
45+
## [4.0.4](https://github.com/podium-lib/schemas/compare/v4.0.3...v4.0.4) (2020-09-13)
46+
47+
### Bug Fixes
48+
49+
* **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881))
50+
51+
* dev dependency @semantic-release/github updated to version 7.1.1
52+
53+
* dev dependency semantic-release updated to version 17.1.2
54+
55+
* dev dependency eslint updated to version 7.10.0
56+
57+
* fix(deps): update dependency ajv to v6.12.6
58+
59+
* chore(release): 4.0.5 [skip ci]
60+
61+
## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10)
62+
63+
### Bug Fixes
64+
65+
* **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b))
66+
67+
* dev dependency eslint updated to version 7.11.0
68+
69+
* dev dependency eslint updated to version 7.12.0
70+
71+
* dev dependency eslint updated to version 7.12.1
72+
73+
* dev dependency eslint updated to version 7.13.0
74+
75+
* dev dependency @semantic-release/github updated to version 7.1.2
76+
77+
* dev dependency semantic-release updated to version 17.2.3
78+
79+
* dev dependency @semantic-release/github updated to version 7.2.0
80+
81+
* dev dependency eslint updated to version 7.15.0
82+
83+
* dev dependency eslint-plugin-prettier updated to version 3.3.0
84+
85+
* dev dependency @semantic-release/npm updated to version 7.0.9
86+
87+
* Dev dependency tap updated to version 14.11.0
88+
89+
* Dev dependency eslint updated to version 7.17.0
90+
* .assets.js and .assets.css is now replaced by .js and .css
91+
92+
Resolves: https://github.com/podium-lib/issues/issues/26
93+
94+
Co-authored-by: Trygve Lie <[email protected]>
95+
196
# [5.0.0-next.7](https://github.com/podium-lib/schemas/compare/v5.0.0-next.6...v5.0.0-next.7) (2023-11-20)
297

398

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/schemas",
3-
"version": "5.0.0-next.7",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Schemas for validating the @podium contract.",
66
"license": "MIT",

0 commit comments

Comments
 (0)