Skip to content

Commit

Permalink
chore(release): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-jie committed Jun 8, 2021
1 parent 6067ac5 commit 2c8bc4e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.57.0](https://github.com/opengovsg/GoGovSG/compare/v1.56.0...v1.57.0)

- build(deps-dev): bump eslint-plugin-jsdoc from 32.3.0 to 35.1.3 [`#1495`](https://github.com/opengovsg/GoGovSG/pull/1495)
- build(deps-dev): bump prettier from 2.2.1 to 2.3.1 [`#1497`](https://github.com/opengovsg/GoGovSG/pull/1497)
- build(deps): bump @sentry/react & @sentry/tracing to 6.5.1 [`#1498`](https://github.com/opengovsg/GoGovSG/pull/1498)
- build(deps): bump connect-redis from 5.1.0 to 6.0.0 [`#1496`](https://github.com/opengovsg/GoGovSG/pull/1496)
- build(deps-dev): bump husky from 5.2.0 to 6.0.0 [`#1474`](https://github.com/opengovsg/GoGovSG/pull/1474)
- build(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 [`#1466`](https://github.com/opengovsg/GoGovSG/pull/1466)
- fix(tp): correct typo for background-image path [`#1494`](https://github.com/opengovsg/GoGovSG/pull/1494)
- build(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#1490`](https://github.com/opengovsg/GoGovSG/pull/1490)
- build(deps): bump browserslist from 4.16.3 to 4.16.6 [`#1489`](https://github.com/opengovsg/GoGovSG/pull/1489)
- fix: npm audit fix for handlebars [`#1486`](https://github.com/opengovsg/GoGovSG/pull/1486)
- [develop] Release 1.56.0 [`#1483`](https://github.com/opengovsg/GoGovSG/pull/1483)
- fix: npm audit fix for uglify, handlebars [`4c00c54`](https://github.com/opengovsg/GoGovSG/commit/4c00c54efd774b9ef1077ef75ef5c4530ff5c4e9)

#### [v1.56.0](https://github.com/opengovsg/GoGovSG/compare/v1.55.0...v1.56.0)

> 19 May 2021
- feat/warning: Warn users that their links will be indexable by search engines [`#1481`](https://github.com/opengovsg/GoGovSG/pull/1481)
- fix/privacy: remove exposure of long URLs from GoDirectory [`#1480`](https://github.com/opengovsg/GoGovSG/pull/1480)
- build(deps-dev): bump @commitlint/cli from 12.1.1 to 12.1.4 [`#1476`](https://github.com/opengovsg/GoGovSG/pull/1476)
Expand Down Expand Up @@ -52,9 +69,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(mergify): correct dependabot title regex [`#1438`](https://github.com/opengovsg/GoGovSG/pull/1438)
- [develop] Release 1.55.0 [`#1432`](https://github.com/opengovsg/GoGovSG/pull/1432)
- build(deps): bump pg from 8.5.1 to 8.6.0 [`#1416`](https://github.com/opengovsg/GoGovSG/pull/1416)
- chore(release): version bump [`2e04719`](https://github.com/opengovsg/GoGovSG/commit/2e04719855e9fd2863fd70a03067d03ee9093f73)
- fix: remove longUrl from search API [`7a6b34a`](https://github.com/opengovsg/GoGovSG/commit/7a6b34a607a44b7701cf7093a22243cd4efb99ae)
- fix: align first tabel cell horizontally with the others [`669cb13`](https://github.com/opengovsg/GoGovSG/commit/669cb13f014c8d92420c4f42b2e345c1b39ece36)
- fix: remove longUrl from displaying in directory [`6b95f69`](https://github.com/opengovsg/GoGovSG/commit/6b95f69c0c413df49ee1478253084a469b5b5a5e)

#### [v1.55.0](https://github.com/opengovsg/GoGovSG/compare/v1.54.0...v1.55.0)

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoGovSG",
"version": "1.56.0",
"version": "1.57.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down

0 comments on commit 2c8bc4e

Please sign in to comment.