Skip to content

Commit

Permalink
chore(main): release ember-paper-password 0.4.0 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 838ed19 commit 34a502e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/linc-technologies/ember-paper-password/compare/ember-paper-password-v0.3.0...ember-paper-password-v0.4.0) (2024-10-09)


### Features

* **deps:** upgrades to `[email protected]`. ([#36](https://github.com/linc-technologies/ember-paper-password/issues/36)) ([838ed19](https://github.com/linc-technologies/ember-paper-password/commit/838ed1942b62fed975609a4c53043c95c17991ba))
* upgrades to `[email protected]`. ([38b51d4](https://github.com/linc-technologies/ember-paper-password/commit/38b51d459393b63cb4e00bd43cc23bfacc3127b3))


### Bug Fixes

* **addon/components/paper-password:** fixes use of undeclared dependencies in computed properties. ([41d25fa](https://github.com/linc-technologies/ember-paper-password/commit/41d25fa88248646db986fd2547e4254e09bbc907))

## [0.3.0](https://github.com/linc-technologies/ember-paper-password/compare/ember-paper-password-v0.2.0...ember-paper-password-v0.3.0) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linc-technologies/ember-paper-password",
"version": "0.3.0",
"version": "0.4.0",
"description": "Password input with strength meter / requirements for Ember Paper",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 34a502e

Please sign in to comment.