Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Oct 23, 2024
1 parent 7f63845 commit ad6fd98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## <small>1.2.1 (2024-10-23)</small>

- fix: move `@ember/test-helpers` to dependencies (#420) ([7f63845](https://github.com/jkusa/ember-cli-clipboard/commit/7f63845)), closes [#420](https://github.com/jkusa/ember-cli-clipboard/issues/420)
- Bump ws, engine.io and socket.io-adapter ([5de68e2](https://github.com/jkusa/ember-cli-clipboard/commit/5de68e2))

## 1.2.0 (2024-07-20)

- refactor: remove use of @ember/string ([5dbca8e](https://github.com/jkusa/ember-cli-clipboard/commit/5dbca8e)), closes [#409](https://github.com/jkusa/ember-cli-clipboard/issues/409)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-clipboard",
"version": "1.2.0",
"version": "1.2.1",
"description": "Clipboard.js button component",
"scripts": {
"build": "ember build --environment=production",
Expand Down

0 comments on commit ad6fd98

Please sign in to comment.