Skip to content

Commit 51de62b

Browse files
committed
docs: Updated CHANGELOG
1 parent 00071e8 commit 51de62b

File tree

10 files changed

+22
-9
lines changed

10 files changed

+22
-9
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ mason make feature
9393
<img src="assets/terminal_typing.gif" alt="Making a feature GIF"/>
9494

9595
<br/>
96+
9697
Also, make sure you add these lines to your `.gitignore` file if you are using git in your project.
9798

9899
```sh

bricks/feature/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 0.1.0+1
22

3-
- initial release.
3+
- Initial release.
4+
5+
# 0.1.0+2
6+
7+
- Added class modifiers.

bricks/feature/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# feature: 0.1.0+1
1+
# feature: 0.1.0+2
22

33
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
44

bricks/feature/brick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
88
# The following defines the version and build number for your brick.
99
# A version number is three numbers separated by dots, like 1.2.34
1010
# followed by an optional build number (separated by a +).
11-
version: 0.1.0+1
11+
version: 0.1.0+2
1212

1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.

bricks/service/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 0.1.0+1
22

3-
- TODO: Describe initial release.
3+
- Initial release.
4+
5+
# 0.1.0+2
6+
7+
- Added class modifiers.

bricks/service/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# service: 0.1.0+1
1+
# service: 0.1.0+2
22

33
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
44

bricks/service/brick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
88
# The following defines the version and build number for your brick.
99
# A version number is three numbers separated by dots, like 1.2.34
1010
# followed by an optional build number (separated by a +).
11-
version: 0.1.0+1
11+
version: 0.1.0+2
1212

1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.

bricks/usecase/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 0.1.0+1
22

3-
- TODO: Describe initial release.
3+
- Initial release.
4+
5+
# 0.1.0+2
6+
7+
- Added class modifiers.

bricks/usecase/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# usecase: 0.1.0+1
1+
# usecase: 0.1.0+2
22

33
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
44

bricks/usecase/brick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A new brick created with the Mason CLI.
88
# The following defines the version and build number for your brick.
99
# A version number is three numbers separated by dots, like 1.2.34
1010
# followed by an optional build number (separated by a +).
11-
version: 0.1.0+1
11+
version: 0.1.0+2
1212

1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.

0 commit comments

Comments
 (0)