Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 0e7e8cd

Browse files
author
Conventional Changelog Action
committed
chore(release): 1.1.0 [skip ci]
1 parent 05be258 commit 0e7e8cd

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.1.0 (2021-10-07)
2+
3+
4+
### Features
5+
6+
* adds types ([30cc6f5](https://github.com/simonecorsi/declarative-markdown/commit/30cc6f502d258d0e7965d62c72d332b9dcbc47d3))
7+
* reactivate gitlab ci ([86d6bc2](https://github.com/simonecorsi/declarative-markdown/commit/86d6bc27505f85d29879eb06ebe4e5c61a3ee661))
8+
* refactored and adds test ([08b2399](https://github.com/simonecorsi/declarative-markdown/commit/08b2399eccf7091dd970d8b8f9e6d824d97a2a31))
9+
* typescript ([2ee562d](https://github.com/simonecorsi/declarative-markdown/commit/2ee562deb0ec167ec50fa8457850805afb3e69d0))
10+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scdev/declarative-markdown",
3-
"version": "1.0.0-0",
3+
"version": "1.1.0",
44
"description": "A simple and configurable Next.js API handler wrapper that avoids pointless boilerplate",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
@@ -51,4 +51,4 @@
5151
"ts-node": "^10.2.1",
5252
"typescript": "^4.4.3"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)