Skip to content

Commit 83afb81

Browse files
committed
bumping versions and pacakge config
1 parent 766ce25 commit 83afb81

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
All notable changes to the Custom Type API will be made here.
22

3+
0.1.1 29 April
4+
5+
- Fixing the deploy things
6+
7+
0.1.0 28 April 2021
8+
9+
- Working version with basic features implemented
10+
311
0.0.1 10 April 2021
412

5-
- Initial layout and go at ts 🤣
13+
- Initial layout and go at ts 🤣

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@reecem/custom-type-api",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "API interface for the Prismic.io Custom Type API (beta)",
5-
"main": "src/index.ts",
5+
"main": "dist/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build": "tsc --build tsconfig.json"

0 commit comments

Comments
 (0)