Skip to content

Commit a58d4d0

Browse files
authored
release: 1.0.0 (#1)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent a18a6c2 commit a58d4d0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 1.0.0 (2023-02-14)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* [[@dependabot](https://github.com/dependabot)] add config ([b581cdb](https://github.com/flex-development/decorator-regex/commit/b581cdbda4fe109dc42e2837f78b7a023f0679af))
7+
* **workflows:** [`ci`] upload coverage report to codecov ([c0f4022](https://github.com/flex-development/decorator-regex/commit/c0f40221b7535d92e8b2c60fa95a4c5eecdcbdef))
8+
9+
10+
### :pencil: Documentation
11+
12+
* api ([d5396de](https://github.com/flex-development/decorator-regex/commit/d5396de8ec7e10cca70e042bc171c3108877aa19))
13+
* use ([a18a6c2](https://github.com/flex-development/decorator-regex/commit/a18a6c24a15bda1138388ae6f69da20a33a7afee))
14+
15+
16+
### :sparkles: Features
17+
18+
* `DECORATOR_REGEX` ([86f2868](https://github.com/flex-development/decorator-regex/commit/86f28687f823fc3f3dc3435d5174c7d36b976d31))
19+
20+
21+
### :house_with_garden: Housekeeping
22+
23+
* **tests:** codecov integration ([529c348](https://github.com/flex-development/decorator-regex/commit/529c3482ebf902bcd7a199c3d111f45db3e5db8b))
24+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/decorator-regex",
33
"description": "Decorator regex",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"decorators",
77
"regex",

0 commit comments

Comments
 (0)