Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Aug 20, 2023
1 parent c1f4bd7 commit ed64ae9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.11.0](https://github.com/joemaller/version-everything/compare/v0.10.2...v0.11.0)

- Fix #31, Implement #32 [`#33`](https://github.com/joemaller/version-everything/pull/33)
- revert fs-extra imports. Closes #48 [`#48`](https://github.com/joemaller/version-everything/issues/48)
- Update readme, closes #9 [`#9`](https://github.com/joemaller/version-everything/issues/9)
- misc tests, closes #15 [`#15`](https://github.com/joemaller/version-everything/issues/15)
- Wacky semver tests. Closes #14 [`#14`](https://github.com/joemaller/version-everything/issues/14)
- remove universalify. closes #45 [`#45`](https://github.com/joemaller/version-everything/issues/45)
- remove done() calls, more esm. Closes #43 [`#43`](https://github.com/joemaller/version-everything/issues/43)
- plist support. Closes #44 [`#44`](https://github.com/joemaller/version-everything/issues/44)
- Add extension map. closes #41 [`#41`](https://github.com/joemaller/version-everything/issues/41)
- move test fixtures and update tests. Closes #28 [`#28`](https://github.com/joemaller/version-everything/issues/28)
- Merge pull request #33 from vbishurov/master [`#31`](https://github.com/joemaller/version-everything/issues/31)
- Add support for xml attribute replacement [`db63b0b`](https://github.com/joemaller/version-everything/commit/db63b0b04702675a347dd2aac869b150f843fe4e)
- WIP on re-wrapping text files. ref: #40 [`64b368a`](https://github.com/joemaller/version-everything/commit/64b368a50f2dffc2d5c4900d4e4003636a12c1e5)
- Fix error when xml document has comment before root element [`99b37d2`](https://github.com/joemaller/version-everything/commit/99b37d24e4c7f9f580a61f2653adcd7dda995ad2)

#### [v0.10.2](https://github.com/joemaller/version-everything/compare/v0.10.1...v0.10.2)

> 18 August 2023
- leftover anchor [`bf1ebd4`](https://github.com/joemaller/version-everything/commit/bf1ebd4f72fdabfc4bc87ced77499dbfaf385215)

#### [v0.10.1](https://github.com/joemaller/version-everything/compare/v0.10.0...v0.10.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# version-everything

#### Version: 0.10.2
#### Version: 0.11.0

Use npm to version all kinds of projects, not just JavaScript

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-everything",
"version": "0.10.2",
"version": "0.11.0",
"description": "Use npm to version all kinds of projects, not just javascript.",
"keywords": [
"npm",
Expand Down

0 comments on commit ed64ae9

Please sign in to comment.