Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Jun 6, 2020
1 parent eefe020 commit 3bbfe51
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 2.0.0 (2020-06-06)


### ⚠ BREAKING CHANGES

* Auto-gen thoughts page proper from articles

### Features

* Add GCP to DVELP profile ([2c1b05d](https://github.com/ripixelcodes/ripixel-website/commit/2c1b05d472331c46d768ca7d9517368c91b4b6e7))
* Add social media sharing images ([bcea9dd](https://github.com/ripixelcodes/ripixel-website/commit/bcea9dd78f69c1ff98197dbe37ee210a04153104))
* Add social media to profile links, use SVGs for footer links ([9bdf2e0](https://github.com/ripixelcodes/ripixel-website/commit/9bdf2e06cef564c0cafff6777d0f67a9b0cc0a4a))
* Added first item for coding page ([fc65775](https://github.com/ripixelcodes/ripixel-website/commit/fc657759a462a9dadd1d160e68992cbad86eb2ed))
* Added Google Analytics ([5ad248e](https://github.com/ripixelcodes/ripixel-website/commit/5ad248e892688c763e81afdf45d5375fe5717ef2))
* Added Janky Werewolf blurb to coding page ([b455518](https://github.com/ripixelcodes/ripixel-website/commit/b4555187f101cc61f3621a45adbb6a762c8fddb2))
* Added profile content ([9d1e386](https://github.com/ripixelcodes/ripixel-website/commit/9d1e38662f913332815ff70481269a76b908b8f9))
* Added sitemap generation ([86c79e6](https://github.com/ripixelcodes/ripixel-website/commit/86c79e66556941d3a6f09524023916a911f28764))
* Added standard-version for changelog generation ([eefe020](https://github.com/ripixelcodes/ripixel-website/commit/eefe02024ea6f72cacd4697aa49ef963d776363b))
* Auto-gen thoughts page proper from articles ([ccfb5ea](https://github.com/ripixelcodes/ripixel-website/commit/ccfb5ea2482782548bc4e143bc100c8d5e61a5b6))
* Basic subpages implemented ([b56e12b](https://github.com/ripixelcodes/ripixel-website/commit/b56e12b179db71e94764ed014850b0ce28973eea))
* Implement basic templating and circleci ([286bef5](https://github.com/ripixelcodes/ripixel-website/commit/286bef5701585af9d060ad26a8e074c48b5b9ba4))
* Implement favicon generation and css minifying ([f00be90](https://github.com/ripixelcodes/ripixel-website/commit/f00be90eacbb8a2f3940adbae01065f5baaf7c32))
* Initial Bold Design implementation ([c1a852e](https://github.com/ripixelcodes/ripixel-website/commit/c1a852ea3a4aac7b557fa36377b6a43e21e2ce53))
* Initial thoughts generation in place ([eccfa88](https://github.com/ripixelcodes/ripixel-website/commit/eccfa885f6ffc7213eac5af9b96f06e7546b32b4))
* Use build:dev for nodemon ([0fe7378](https://github.com/ripixelcodes/ripixel-website/commit/0fe73786bb89341f5ee98a3f91c04332a0fbed9b))


### Bug Fixes

* Fix firebase being case sensitive... eugh ([e6f3868](https://github.com/ripixelcodes/ripixel-website/commit/e6f38681004ef7b6220f32f17ef30f58ed9fdd2a))
* Fix minimum height on 404 page ([79f34d4](https://github.com/ripixelcodes/ripixel-website/commit/79f34d4fb83f23460d2be4405c03a76db34cad4a))
* Make body colour make footer for pages that aren't very tall ([f0000fa](https://github.com/ripixelcodes/ripixel-website/commit/f0000fa9077aa00d85099d450c9d6a1f0e3485ee))
* Modify descriptions for each page/article ([aa78476](https://github.com/ripixelcodes/ripixel-website/commit/aa7847690e616b9aa890f275282b77ad48f7e510))
* More thoughts generation QoL updates ([852dd25](https://github.com/ripixelcodes/ripixel-website/commit/852dd25832114675e38cc14fd66a98c18a80b014))
* Update sitemap to include thoughts, and use actual modified dates of base pages ([0f5a990](https://github.com/ripixelcodes/ripixel-website/commit/0f5a9903da67f9ec543d21ff20eaa23293b3c944))
* Update social cards with more right-padding ([c39b66f](https://github.com/ripixelcodes/ripixel-website/commit/c39b66faa81cd3810f6c6bf52865a67ba6fc9695))
* Update weird wording for DVELP to 'everyone it employs' ([99aa161](https://github.com/ripixelcodes/ripixel-website/commit/99aa1612307bd4fb4d7f923aaf4f7ac61259e275))
* Updated incorrect image link for monitoring article ([6aa729a](https://github.com/ripixelcodes/ripixel-website/commit/6aa729a04226ff09831394e55765bc2ac8a8b8c7))
* Use cleanUrls in firebase ([18b1f02](https://github.com/ripixelcodes/ripixel-website/commit/18b1f022aa5185d17974681fa347887101c9618c))
* Use full url for card iamge ([49f4eb8](https://github.com/ripixelcodes/ripixel-website/commit/49f4eb8a04e48354cc6d4745374a972f529406d9))
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": "ripixel",
"version": "1.0.0",
"version": "2.0.0",
"description": "I'm James King, and I make things for the web",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3bbfe51

Please sign in to comment.