Skip to content

Commit 36c7234

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.1.0
1 parent b8033a2 commit 36c7234

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.1.0](https://github.com/manthanank/learn-angular/compare/v1.59.0...v2.1.0) (2024-06-26)
2+
3+
4+
### Features
5+
6+
* Bump version to 2.0.0 in package-lock.json, package.json, and releases.json ([b8033a2](https://github.com/manthanank/learn-angular/commit/b8033a2e13bca141b46909fa40374135b1316859))
7+
8+
9+
110
# [1.59.0](https://github.com/manthanank/learn-angular/compare/v1.58.0...v1.59.0) (2024-05-08)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
# [1.55.0](https://github.com/manthanank/learn-angular/compare/v1.54.0...v1.55.0) (2024-05-08)
38-
39-
40-
### Features
41-
42-
* Update issue templates ([d5fe4bd](https://github.com/manthanank/learn-angular/commit/d5fe4bdaedabcb7adf5749bd35f97e296b3dc4d9))
43-
44-
45-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learn-angular",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -35,4 +35,4 @@
3535
"karma-jasmine-html-reporter": "~2.1.0",
3636
"typescript": "~5.4.2"
3737
}
38-
}
38+
}

releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.0.0"
2+
"version": "2.1.0"
33
}

0 commit comments

Comments
 (0)