Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann authored Sep 17, 2024
1 parent e1ab183 commit b2da335
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@
{
".": "1.0.3"
".": "1.0.4"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.4](https://github.com/lakto/365/compare/v1.0.3...v1.0.4) (2024-09-17)


### Maintenance

* **deps:** bump @babel/traverse from 7.22.8 to 7.23.2 ([#49](https://github.com/lakto/365/issues/49)) ([2c13d5a](https://github.com/lakto/365/commit/2c13d5ac5f76cd827e2f2f139a39962a0d87b5cc))
* **deps:** bump body-parser from 1.20.1 to 1.20.3 ([#59](https://github.com/lakto/365/issues/59)) ([948cf2b](https://github.com/lakto/365/commit/948cf2bf87aba937b1bc0beec631e441dbf81b71))
* **deps:** bump braces from 3.0.2 to 3.0.3 ([#56](https://github.com/lakto/365/issues/56)) ([9ed9606](https://github.com/lakto/365/commit/9ed96060a01431d0dfd0b6721378884f7d51a0bd))
* **deps:** bump express from 4.18.2 to 4.19.2 ([#52](https://github.com/lakto/365/issues/52)) ([bf10f2a](https://github.com/lakto/365/commit/bf10f2af21ef6ea69f132eea31ddbabc218def0e))
* **deps:** bump express from 4.19.2 to 4.21.0 ([#58](https://github.com/lakto/365/issues/58)) ([94c6937](https://github.com/lakto/365/commit/94c693720fbae71780641f58d24a382f51685882))
* **deps:** bump follow-redirects from 1.15.2 to 1.15.4 ([#50](https://github.com/lakto/365/issues/50)) ([6ac23ea](https://github.com/lakto/365/commit/6ac23ea4d56043073bc117c7a5afd7903a2d03fd))
* **deps:** bump follow-redirects from 1.15.4 to 1.15.6 ([#54](https://github.com/lakto/365/issues/54)) ([f318ec4](https://github.com/lakto/365/commit/f318ec43f7d2e3c3c8c4a9d5b261e09afbb5193a))
* **deps:** bump ip from 2.0.0 to 2.0.1 ([#53](https://github.com/lakto/365/issues/53)) ([0bef315](https://github.com/lakto/365/commit/0bef3153542bf676ab00c12cfa8ae1bc34a2c032))
* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#57](https://github.com/lakto/365/issues/57)) ([925fc09](https://github.com/lakto/365/commit/925fc09c5c3015dcc655b5065459f2b9e394c147))
* **deps:** bump tar from 6.1.15 to 6.2.1 ([#55](https://github.com/lakto/365/issues/55)) ([572352e](https://github.com/lakto/365/commit/572352ece7e5fd0790d0827c94edaf1642e2cc89))
* **deps:** update angular ([#60](https://github.com/lakto/365/issues/60)) ([d55c03a](https://github.com/lakto/365/commit/d55c03ae2b946deab966e30ef96234acfce0f782))
* **gh:** update release please ([#61](https://github.com/lakto/365/issues/61)) ([e1ab183](https://github.com/lakto/365/commit/e1ab183540440694607d0f3a881394f8ea81ca26))

## [1.0.3](https://github.com/lakto/365/compare/v1.0.2...v1.0.3) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lens",
"description": "Web application for the 365 photo project: a picture a day",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/lakto/365"
Expand Down

0 comments on commit b2da335

Please sign in to comment.