chore(release): 1.0.0 [skip ci]

# 1.0.0 (2020-06-23)

### Features

* bundle debug maps, .d.ts ([00cf34f](00cf34fb43))
* **pencil:** testing release ([c5fa394](c5fa39437e))
This commit is contained in:
semantic-release-bot 2020-06-23 14:01:09 +00:00
Родитель 05bf944818
Коммит af1ee27217
2 изменённых файлов: 4 добавлений и 3 удалений

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-ts",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "dist/jacdac.umd.js",
@ -79,7 +79,8 @@
"@semantic-release/git",
{
"assets": [
"package.json", "package-lock.json"
"package.json",
"package-lock.json"
]
}
]