Skip to content

Commit

Permalink
chore(release): set 'package.json' version to '1.6.0' and update 'CHA…
Browse files Browse the repository at this point in the history
…NGELOG.md' [skip ci]

# [1.6.0](v1.5.2...v1.6.0) (2023-08-20)

### Bug Fixes

* **mbp-and-ruff:** fixed to remove eval ([341c5cc](341c5cc))
* **mbp:** duplicate line because of isort ([6348c4b](6348c4b))
* **mbp:** removed eval ([7b4aa76](7b4aa76))
* **ruff:** added RUF012 back ([b3ea928](b3ea928))
* **ruff:** isort ([fbac244](fbac244))

### Features

* **fleet:** implemented and tested ([7f8873e](7f8873e))
  • Loading branch information
semantic-release-bot committed Aug 20, 2023
1 parent f84252e commit fea07a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.6.0](https://github.com/napse-invest/django-napse/compare/v1.5.2...v1.6.0) (2023-08-20)


### Bug Fixes

* **mbp-and-ruff:** fixed to remove eval ([341c5cc](https://github.com/napse-invest/django-napse/commit/341c5ccb32f8524da17febf78d59813d96134663))
* **mbp:** duplicate line because of isort ([6348c4b](https://github.com/napse-invest/django-napse/commit/6348c4b2e8983a593738826d0bd542ba2c7b64ff))
* **mbp:** removed eval ([7b4aa76](https://github.com/napse-invest/django-napse/commit/7b4aa765e038a93c66c3d46e648d0f5a9593680f))
* **ruff:** added RUF012 back ([b3ea928](https://github.com/napse-invest/django-napse/commit/b3ea928514f5dc4a602b38f892a534f1cd8a343c))
* **ruff:** isort ([fbac244](https://github.com/napse-invest/django-napse/commit/fbac244f30cd75fdfd5d32778020e6a81e6a3d94))


### Features

* **fleet:** implemented and tested ([7f8873e](https://github.com/napse-invest/django-napse/commit/7f8873ece6be015094b47771ed7ed06a06f47960))

## [1.5.2](https://github.com/napse-invest/django-napse/compare/v1.5.1...v1.5.2) (2023-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.4",
"semantic-release": "^21.0.7"
"semantic-release": "^21.0.9"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit fea07a7

Please sign in to comment.