Skip to content

Commit 08d0603

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.2...v3.1.0) (2023-05-16) ### Bug Fixes * 🐛 write service output files ([781bee5](781bee5)) ### Features * 🎸 add parseServices to default config ([6b97e5b](6b97e5b)) * 🎸 parse services ([d2a9c91](d2a9c91))
1 parent 216eb3a commit 08d0603

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.1.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.0.2...v3.1.0) (2023-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 write service output files ([781bee5](https://github.com/angular-experts-io/ng-parsel/commit/781bee5031bb0d7f6ef506fd9b87c57f83ef74c1))
7+
8+
9+
### Features
10+
11+
* 🎸 add parseServices to default config ([6b97e5b](https://github.com/angular-experts-io/ng-parsel/commit/6b97e5b9edd79e409d9595b058d45d9f74e55b25))
12+
* 🎸 parse services ([d2a9c91](https://github.com/angular-experts-io/ng-parsel/commit/d2a9c91ccf31b63a1cb4a00dfdf83ba02cceed82))
13+
114
## [3.0.2](https://github.com/angular-experts-io/ng-parsel/compare/v3.0.1...v3.0.2) (2022-11-30)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-experts/ng-parsel",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Tool that transforms Angular codebase to JSON representation",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)