Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): add notes
Browse files Browse the repository at this point in the history
Kikobeats committed Jul 20, 2024
1 parent 23104a9 commit 79b8b48
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@
**microlink** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/sdk/blob/master/LICENSE.md) License.<br>
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/sdk/contributors).

> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
6 changes: 6 additions & 0 deletions data/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- date: Jul 2024
notes:
- '[Microlink](/): Released [big](https://github.com/microlinkhq/www/pull/1679) website refactor.'
- '[Microlink API](/docs/api/getting-started/overview): Improved favicon.ico detection.'

- date: May 2024
notes:
- '[Metascraper v5.45.7](https://github.com/microlinkhq/metascraper/pull/704): Improved x.com support.'
@@ -13,6 +18,7 @@

- date: January 2024
notes:
- '[Microlink](/): Released [logo.microlink.io](https://logo.microlink.io).'
- '[Microlink OSS](/oss): Released [top-user-agents](https://github.com/microlinkhq/top-user-agents).'
- '[Microlink OSS](/oss): Released [@microlink/ua](https://github.com/microlinkhq/ua).'

6 changes: 3 additions & 3 deletions src/components/patterns/Footer/Footer.js
Original file line number Diff line number Diff line change
@@ -334,9 +334,9 @@ const Footer = ({ isDark, ...props }) => {
title: '@microlinkhq on GitHub'
},
{
href: 'https://twitter.com/microlinkhq',
children: 'Twitter',
title: '@microlinkhq on Twitter'
href: 'https://x.com/microlinkhq',
children: 'X',
title: '@microlinkhq on x.com'
},
{
href: 'mailto:hello@microlink.io',

0 comments on commit 79b8b48

Please sign in to comment.