Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-12-25)

### Bug Fixes

* **dependencies:** update packate-lock.json ([3748c28](3748c28))
* **package:** fix repo to point to correct github repo ([d48beed](d48beed))
* **readme:** add readme text ([acfd2c9](acfd2c9))
* **templates:** add missing font loading to changelog template ([1d34eeb](1d34eeb))
* **templates:** force -webkit-font-smoothing: antialiased ([c00cbd9](c00cbd9))

### Features

* **eng:** final touches before first version ([a32a1aa](a32a1aa))
* **image-maker:** initial implementation ([6c1c6fe](6c1c6fe))
* **readme:** start working on readme, selecting icon, etc ([e05e891](e05e891))
* **templates:** make template sizes change based on viewport ([e83ea43](e83ea43))
  • Loading branch information
semantic-release-bot committed Dec 25, 2019
1 parent c260629 commit 269cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kibibit/kb-hologram",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "create images from templates and data",
"types": "lib/image-maker.d.ts",
"main": "lib/image-maker.js",
Expand Down

0 comments on commit 269cf6f

Please sign in to comment.