Skip to content

Commit

Permalink
Tagged 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 15, 2024
1 parent 6c4deb4 commit e5689e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.1.0 (2024-10-15)

### Enhancement
* [#70](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/70) Documented how to use linters and incrementally migrate code ([@ijlee2](https://github.com/ijlee2))
* [#69](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/69) move glob exclude patterns to ignoreList ([@apellerano-pw](https://github.com/apellerano-pw))

### Documentation
* [#70](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/70) Documented how to use linters and incrementally migrate code ([@ijlee2](https://github.com/ijlee2))

### Committers: 2
- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 3.0.0 (2024-10-11)

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-pod-to-octane",
"version": "3.0.0",
"version": "3.1.0",
"description": "Codemod to un-pod Ember apps, addons, and engines",
"keywords": [
"codemod",
Expand Down

0 comments on commit e5689e0

Please sign in to comment.