Skip to content

Commit 97142d5

Browse files
committed
chore(release): 0.23.0 🎉
1 parent 262c154 commit 97142d5

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

CHANGELOG.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.23.0](https://github.com/EmmaRamirez/emmaramirez.me/compare/0.22.0...0.23.0) (2021-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* clean-up npm article ([cf672c9](https://github.com/EmmaRamirez/emmaramirez.me/commit/cf672c94a379eba2cfd9426dd8013d8d491c1cc5))
7+
* render noMatches markup ([955ed2c](https://github.com/EmmaRamirez/emmaramirez.me/commit/955ed2cb182a039a6a80a56132d33f3cd2680dbe))
8+
* typo in Coffeescript article ([5dbcff7](https://github.com/EmmaRamirez/emmaramirez.me/commit/5dbcff7bb587f25ac57f2045a8b405b4af3b39c7))
9+
10+
11+
### Features
12+
13+
* Dark Mode support 🌙 ([95d3c31](https://github.com/EmmaRamirez/emmaramirez.me/commit/95d3c3153fe1f955282d597c0a655426bed2b862))
14+
15+
16+
117
# [0.22.0](https://github.com/EmmaRamirez/emmaramirez.me/compare/0.21.4...0.22.0) (2020-11-16)
218

319

@@ -108,8 +124,8 @@
108124
### Features
109125

110126
* **design:** rework projects css ([68c607b](https://github.com/EmmaRamirez/emmaramirez.me/commit/68c607b5181baacd31db44a6f9b5ebd5506030f3))
111-
* **writing:** add post on Record & Tuples ([2fc76fe](https://github.com/EmmaRamirez/emmaramirez.me/commit/2fc76fe8968f81ca6aa33ac72d59018627d919b3))
112127
* spellchecker ([25a0059](https://github.com/EmmaRamirez/emmaramirez.me/commit/25a0059090f2b18739c856ac00bafe343c8b199f))
128+
* **writing:** add post on Record & Tuples ([2fc76fe](https://github.com/EmmaRamirez/emmaramirez.me/commit/2fc76fe8968f81ca6aa33ac72d59018627d919b3))
113129

114130

115131

@@ -281,9 +297,9 @@
281297
### Bug Fixes
282298

283299
* add keyword + description meta tags to posts ([1079cbc](https://github.com/EmmaRamirez/emmaramirez.me/commit/1079cbcab7bba98031fff49a4d76ac998a593896))
300+
* spruce up projects section ([8365a7d](https://github.com/EmmaRamirez/emmaramirez.me/commit/8365a7daa03f973336604aa2370fd2c44d00a14d))
284301
* **styles:** add margin 0 auto to ([fdf094c](https://github.com/EmmaRamirez/emmaramirez.me/commit/fdf094cbecaceff7a133f6e4ead29c8ad3638527))
285302
* **Tags:** fix error where Tags broke ([e6905ad](https://github.com/EmmaRamirez/emmaramirez.me/commit/e6905ad6fad76c6deb2b56b25439d6b88571aa99))
286-
* spruce up projects section ([8365a7d](https://github.com/EmmaRamirez/emmaramirez.me/commit/8365a7daa03f973336604aa2370fd2c44d00a14d))
287303

288304

289305

@@ -314,10 +330,10 @@
314330

315331
### Bug Fixes
316332

317-
* ensure not passing in 'tags' breaks command ([98740bf](https://github.com/EmmaRamirez/emmaramirez.me/commit/98740bf86b29a0e78bb54cc0f05036c4517b53de))
318-
* **style:** add padding to blog-post ([b2471aa](https://github.com/EmmaRamirez/emmaramirez.me/commit/b2471aa10b0da442533137f5b14b24cfb00c24ef))
319333
* add sort to Tags component ([8cde27c](https://github.com/EmmaRamirez/emmaramirez.me/commit/8cde27ce228371c683d355b14f604f5d1cc2aa08))
320334
* add sort to Tags component ([262d8a2](https://github.com/EmmaRamirez/emmaramirez.me/commit/262d8a281a8538d68cb4463d753f23e8f70ae2da))
335+
* ensure not passing in 'tags' breaks command ([98740bf](https://github.com/EmmaRamirez/emmaramirez.me/commit/98740bf86b29a0e78bb54cc0f05036c4517b53de))
336+
* **style:** add padding to blog-post ([b2471aa](https://github.com/EmmaRamirez/emmaramirez.me/commit/b2471aa10b0da442533137f5b14b24cfb00c24ef))
321337

322338

323339
### Features
@@ -346,12 +362,12 @@
346362

347363
### Bug Fixes
348364

349-
* **styles:** make item-description color darker ([73ef854](https://github.com/EmmaRamirez/emmaramirez.me/commit/73ef8548909479bc6e8b31d5ff565c381a3f9aaf))
350365
* add emoji field to npm run create ([9048fdd](https://github.com/EmmaRamirez/emmaramirez.me/commit/9048fdd539bb3afceee5b8d4d98dda362203fe16))
351-
* **styles:** add 100% more emoji ([f26954f](https://github.com/EmmaRamirez/emmaramirez.me/commit/f26954f92d42fe2b0bc2d59bf092daff79b8f7f9))
352366
* remove broken style switcher ([8faeedb](https://github.com/EmmaRamirez/emmaramirez.me/commit/8faeedb9083259788f42bd753cee69b4ec6e2ddd))
367+
* **styles:** add 100% more emoji ([f26954f](https://github.com/EmmaRamirez/emmaramirez.me/commit/f26954f92d42fe2b0bc2d59bf092daff79b8f7f9))
353368
* **styles:** improve selection styles ([1ecd7d8](https://github.com/EmmaRamirez/emmaramirez.me/commit/1ecd7d8d1e5432ad9ecae85809e31b6f48278356))
354369
* **styles:** improve selection styles ([5939666](https://github.com/EmmaRamirez/emmaramirez.me/commit/59396665a62bfdac1036c562368336e07192aab6))
370+
* **styles:** make item-description color darker ([73ef854](https://github.com/EmmaRamirez/emmaramirez.me/commit/73ef8548909479bc6e8b31d5ff565c381a3f9aaf))
355371

356372

357373
### Features
@@ -381,8 +397,8 @@
381397

382398
### Bug Fixes
383399

384-
* **styles:** fix styling to be more responsive + viewport tag ([10f3d20](https://github.com/EmmaRamirez/emmaramirez.me/commit/10f3d205e68eaa4921e9c2912404af9e28f41322))
385400
* add google analytics ([db8cd00](https://github.com/EmmaRamirez/emmaramirez.me/commit/db8cd0056b1742884390523ae6edc470a5bf40ad))
401+
* **styles:** fix styling to be more responsive + viewport tag ([10f3d20](https://github.com/EmmaRamirez/emmaramirez.me/commit/10f3d205e68eaa4921e9c2912404af9e28f41322))
386402

387403

388404

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emmaramirez.me",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "emma's personal website",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)