Skip to content

Commit 311219c

Browse files
committed
Update CHANGELOG.md
1 parent b544082 commit 311219c

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Release Notes
22

3-
## v1.0.0
3+
## [Unreleased](https://github.com/laravel/ui/compare/v1.1.0...master)
4+
5+
6+
## [v1.1.0 (2019-10-08)](https://github.com/laravel/ui/compare/v1.0.1...v1.1.0)
47

58
### Added
6-
- Initial commit.
9+
- Add password confirmation screen ([#34](https://github.com/laravel/ui/pull/34))
10+
11+
### Changed
12+
- Remove X-CSRF-TOKEN header from Axios instance ([#23](https://github.com/laravel/ui/pull/23))
13+
14+
### Fixed
15+
- Replace tab to space ([#28](https://github.com/laravel/ui/pull/28))
16+
- Add missing semicolon to avoid unnecessary diff ([#32](https://github.com/laravel/ui/pull/32))
17+
- Update resolve-url-loader dependency constraint ([#33](https://github.com/laravel/ui/pull/33))
18+
19+
20+
## [v1.0.1 (2019-09-02)](https://github.com/laravel/ui/compare/v1.0.0...v1.0.1)
21+
22+
### Added
23+
- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16))
24+
25+
26+
## v1.0.0 (2019-08-13)
27+
28+
Initial commit.

0 commit comments

Comments
 (0)