Skip to content

Commit

Permalink
Merge pull request #1035 from opengovsg/release-1.43.0
Browse files Browse the repository at this point in the history
[develop] Release 1.43.0
  • Loading branch information
yong-jie authored Dec 9, 2020
2 parents 62b0777 + 7f8bf3b commit 1b2483a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ 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.43.0](https://github.com/opengovsg/GoGovSG/compare/v1.42.0...v1.43.0)

> 9 December 2020
- Mirror URL table's click column [`#1011`](https://github.com/opengovsg/GoGovSG/pull/1011)
- refactor(statistics): move controller, service into stats module [`#1016`](https://github.com/opengovsg/GoGovSG/pull/1016)
- build(deps): bump aws-sdk from 2.802.0 to 2.806.0 [`#1030`](https://github.com/opengovsg/GoGovSG/pull/1030)
- build(deps): bump d3 from 6.2.0 to 6.3.1 [`#1032`](https://github.com/opengovsg/GoGovSG/pull/1032)
- build(deps-dev): bump @types/node from 14.14.10 to 14.14.11 [`#1031`](https://github.com/opengovsg/GoGovSG/pull/1031)
- build(deps): bump react-i18next from 11.8.0 to 11.8.1 [`#1028`](https://github.com/opengovsg/GoGovSG/pull/1028)
- refactor(route): allow private route to redirect [`#1027`](https://github.com/opengovsg/GoGovSG/pull/1027)
- [develop] Release 1.42.0 [`#1025`](https://github.com/opengovsg/GoGovSG/pull/1025)
- build(deps-dev): bump @types/ua-parser-js from 0.7.33 to 0.7.34 [`#1023`](https://github.com/opengovsg/GoGovSG/pull/1023)
- refactor(daily-clicks): rename clicks to daily clicks [`8ed6c13`](https://github.com/opengovsg/GoGovSG/commit/8ed6c131ec7cfcd79b2d0ecc161620248c6dbb6b)
- feat(url-clicks): migration script [`ce171e4`](https://github.com/opengovsg/GoGovSG/commit/ce171e4cf466ecb1306debbf51d94f46d7031a19)
- feat(url-clicks): add url clicks table [`fc8c0a8`](https://github.com/opengovsg/GoGovSG/commit/fc8c0a861152cd0fd7208249c2345205bec9cf5a)

#### [v1.42.0](https://github.com/opengovsg/GoGovSG/compare/v1.38.0...v1.42.0)

> 8 December 2020
- build(deps-dev): bump @typescript-eslint from 4.9.0 to 4.9.1 [`#1022`](https://github.com/opengovsg/GoGovSG/pull/1022)
- feat(search): include long links in index [`#998`](https://github.com/opengovsg/GoGovSG/pull/998)
- build(deps): bump react-i18next from 11.7.4 to 11.8.0 [`#1020`](https://github.com/opengovsg/GoGovSG/pull/1020)
Expand Down Expand Up @@ -87,7 +106,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [develop] Release 1.38.0 [`#888`](https://github.com/opengovsg/GoGovSG/pull/888)
- chore(changelog): add complete changelog [`671f54f`](https://github.com/opengovsg/GoGovSG/commit/671f54f153e61494c0a972e3d08f3e90a14a7fd3)
- refactor(user): refactor user page [`340c969`](https://github.com/opengovsg/GoGovSG/commit/340c969a2576bf4cc02e1ce69043db91c0342908)
- refactor(home): refactor home page [`1bc1dbe`](https://github.com/opengovsg/GoGovSG/commit/1bc1dbe69d8f34dd2ab92c3981ef482adeeb306e)
- chore(release): version bump [`b394bbf`](https://github.com/opengovsg/GoGovSG/commit/b394bbfc09ddbbd120b30e080ef263ab1c790718)

#### [v1.38.0](https://github.com/opengovsg/GoGovSG/compare/v1.37.1...v1.38.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.42.0",
"version": "1.43.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down

0 comments on commit 1b2483a

Please sign in to comment.