Skip to content

Commit 9f1d4a2

Browse files
committed
Release 4.1.0
1 parent c63c3f7 commit 9f1d4a2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [2.0.1](https://github.com/alexlafroscia/ember-popper-modifier/compare/v2.0.0...v2.0.1) (2022-02-05)
66

7+
## v4.1.0 (2024-02-26)
8+
9+
#### :rocket: Enhancement
10+
11+
- [#840](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/840) Migrate to TypeScript and publish Glint types ([@jelhan](https://github.com/jelhan))
12+
13+
#### :house: Internal
14+
15+
- [#596](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/596) test embroider compatibility in CI ([@jelhan](https://github.com/jelhan))
16+
- [#838](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/838) migrate to PNPM ([@jelhan](https://github.com/jelhan))
17+
18+
#### Committers: 1
19+
20+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
21+
722
## v4.0.0 (2023-11-05)
823

924
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-popper-modifier",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "An Ember modifier for working with Popper.js.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)