Skip to content

Commit bfcd965

Browse files
chore(release): 4.0.0
# [4.0.0](v3.7.0...v4.0.0) (2024-04-26) ### Bug Fixes * ts/js is a joke of an ecosystem ([#160](#160)) ([900bb10](900bb10)) ### Features * remove resize observer ponyfill ([#159](#159)) ([494a10f](494a10f)) ### BREAKING CHANGES * removes the resize observer ponyfill. Moving forward people will have to include their own global polyfill if they need one.
1 parent 900bb10 commit bfcd965

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/jaredLunde/masonic/compare/v3.7.0...v4.0.0) (2024-04-26)
2+
3+
### Bug Fixes
4+
5+
- ts/js is a joke of an ecosystem ([#160](https://github.com/jaredLunde/masonic/issues/160)) ([900bb10](https://github.com/jaredLunde/masonic/commit/900bb10fa0ebc8e4be0e02393a3949c70511016f))
6+
7+
### Features
8+
9+
- remove resize observer ponyfill ([#159](https://github.com/jaredLunde/masonic/issues/159)) ([494a10f](https://github.com/jaredLunde/masonic/commit/494a10f002a11ba81104c3877ee179f659f47c2b))
10+
11+
### BREAKING CHANGES
12+
13+
- removes the resize observer ponyfill.
14+
15+
Moving forward people will have to include their own global polyfill if they need one.
16+
117
# [3.7.0](https://github.com/jaredLunde/masonic/compare/v3.6.5...v3.7.0) (2022-09-16)
218

319
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "masonic",
3-
"version": "3.7.0",
3+
"version": "4.0.0",
44
"description": "",
55
"license": "MIT",
66
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",

0 commit comments

Comments
 (0)