Skip to content

Commit

Permalink
chore(release): 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodconnolly committed Aug 31, 2022
1 parent 3c8b5ea commit 011d622
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.6.2](https://github.com/jarrodconnolly/sequelize-slugify/compare/v1.6.1...v1.6.2) (2022-08-31)


### Bug Fixes

* change model parameter type to `ModelStatic` [typescript] ([#55](https://github.com/jarrodconnolly/sequelize-slugify/issues/55)) ([3c8b5ea](https://github.com/jarrodconnolly/sequelize-slugify/commit/3c8b5ea584e8cbead900e02f1a665e1483a4b6dd))

### [1.6.1](https://github.com/jarrodconnolly/sequelize-slugify/compare/v1.6.0...v1.6.1) (2022-05-04)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "sequelize-slugify",
"description": "Add slugs to sequelize models",
"version": "1.6.1",
"version": "1.6.2",
"author": {
"name": "Jarrod Connolly",
"email": "jarrod@nestedquotes.ca"
Expand Down

0 comments on commit 011d622

Please sign in to comment.