Skip to content

Commit dce144c

Browse files
authored
chore: increment version (#132)
* update README.md * increment version
1 parent ff54a36 commit dce144c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Gatsby, React and Vercel have a lot of advanced features available to help devel
4242

4343
[gatsby-plugin-mdx](https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/) makes it easy to create a blog using MDX files as posts, and supports most remark plugins for additional features.
4444

45+
### Photography Portfolio
46+
47+
In addition to written posts, using [gatsby-remark-images](https://www.gatsbyjs.com/plugins/gatsby-remark-images/) makes it simple to showcase a photography portfolio with a blog-like presentation.
48+
4549
### Open Graph Data
4650

4751
Sharing links are populated with rich open graph data built from page titles and descriptions, along with open graph images genereated on-demand using [@vercel/og](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation). Information about this site's deployment for open graph image generation can be found [here](https://github.com/vondenstein/og).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portfolio",
3-
"version": "3.2.6",
3+
"version": "3.3.0",
44
"private": true,
55
"description": "Fast, modern portfolio and blog powered by Gatsby",
66
"license": "MIT",

0 commit comments

Comments
 (0)