Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.0...v2.0.0) (2022-03-06)

### ⚠ BREAKING CHANGES

* This change is the start of the 2.x version

### Features

* **web:** New website ([ffbfbf0](ffbfbf0))

### Bug Fixes

* Add missing `commons-io` dependency ([b9ab00a](b9ab00a))
* Reformat file ([cbd5974](cbd5974))
* Upgrade to Clojure 1.10.3 ([bc6d7d5](bc6d7d5))

### Code Refactoring

* Migrate to a monorepo structure using tools.deps ([20b37f0](20b37f0))
  • Loading branch information
eg-oss-ci committed Mar 6, 2022
1 parent d262960 commit 74ce44d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/ExpediaGroup/parsec/compare/v1.0.0...v2.0.0) (2022-03-06)


### ⚠ BREAKING CHANGES

* This change is the start of the 2.x version

### Features

* **web:** New website ([ffbfbf0](https://github.com/ExpediaGroup/parsec/commit/ffbfbf0b8a299ab75f6ddbc3bcd6016a84c4a68e))


### Bug Fixes

* Add missing `commons-io` dependency ([b9ab00a](https://github.com/ExpediaGroup/parsec/commit/b9ab00a632d081c5439d349ff8a71710bf7046ef))
* Reformat file ([cbd5974](https://github.com/ExpediaGroup/parsec/commit/cbd59743cf497497c42a8afc09d9c17cab469748))
* Upgrade to Clojure 1.10.3 ([bc6d7d5](https://github.com/ExpediaGroup/parsec/commit/bc6d7d52a8204c8a9451b0e6d49e3c4289ab76fe))


### Code Refactoring

* Migrate to a monorepo structure using tools.deps ([20b37f0](https://github.com/ExpediaGroup/parsec/commit/20b37f073ea9818e8073809429327bd15784d508))

# Change Log

All notable changes to this project will be documented in this file.
Expand Down

0 comments on commit 74ce44d

Please sign in to comment.